Skip to content

mxr replies

Generated from mxr replies --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.

Manage the reply-later queue

mxr replies [OPTIONS] [COMMAND]
Subcommand Purpose
list List messages flagged for reply-later (default if no subcommand given)
walk Walk the reply-later queue interactively
add Mark a message for reply-later
remove Clear the reply-later flag on a message
help Print this message or the help of the given subcommand(s)
Flag Description
--account <ACCOUNT>
--format <FORMAT> [possible values: table, json, jsonl, csv, ids]
-h, --help Print help

Manage the reply-later queue.

Terminal window
mxr replies list --format ids
mxr replies add MESSAGE_ID

Mark a message for reply-later

mxr replies add <MESSAGE_ID>
Flag Description
<MESSAGE_ID>
Flag Description
-h, --help Print help

List messages flagged for reply-later (default if no subcommand given)

mxr replies list
Flag Description
-h, --help Print help

Clear the reply-later flag on a message

mxr replies remove <MESSAGE_ID>
Flag Description
<MESSAGE_ID>
Flag Description
-h, --help Print help