Skip to content

mxr stale

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

List stale threads waiting for a reply (mine = my turn, theirs = theirs)

mxr stale [OPTIONS]
FlagDescription
--mineLatest message in thread is inbound (I owe a reply). Default if neither flag set
--theirsLatest message in thread is outbound (they owe a reply)
--older-than-days <OLDER_THAN_DAYS>Threshold in days; threads with more recent activity are excluded [default: 14]
--within-days <WITHIN_DAYS>Upper bound: threads idle for longer than this are also excluded (default ~1 year). Keeps the result actionable instead of surfacing decade-old archives. Set high to widen the window [default: 365]
--limit <LIMIT>[default: 100]
--account <ACCOUNT>
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Find threads where someone owes a reply.

Terminal window
mxr stale --theirs --older-than-days 7
mxr stale --mine --format ids | mxr snooze --until tomorrow --dry-run