mxr stale
Generated from
mxr stale --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
List stale threads waiting for a reply (mine = my turn, theirs = theirs)
mxr stale [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--mine | Latest message in thread is inbound (I owe a reply). Default if neither flag set |
--theirs | Latest 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, --help | Print help |
Use When
Section titled “Use When”Find threads where someone owes a reply.
Everyday Examples
Section titled “Everyday Examples”mxr stale --theirs --older-than-days 7mxr stale --mine --format ids | mxr snooze --until tomorrow --dry-runSee also
Section titled “See also”- CLI overview — full command index
- Concepts — query operators, search modes, JSON shapes
- Automation contract — which commands support
--format json,--dry-run, stdin