mxr owed
Generated from
mxr owed --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
List threads where the user owes a reply, ranked by how overdue they are relative to the recipient’s typical cadence
mxr owed [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--account <ACCOUNT> | — |
--since <OLDER_THAN_DAYS> | Only include threads waiting at least this many days |
--within <WITHIN_DAYS> | Only include threads whose latest inbound landed in the last N days (excludes ancient unanswered threads) |
--limit <LIMIT> | [default: 50] |
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Use When
Section titled “Use When”List threads where you’re the bottleneck, ranked by overdue score (waiting days / recipient’s typical cadence). Same set as is:owed-reply in search — pick whichever surface you prefer.
Everyday Examples
Section titled “Everyday Examples”mxr owed --format idsmxr owed --since 7 --format json | jq '.[] | {who:.counterparty_email, days:.waiting_days, score:.overdue_score}'mxr saved add owed 'is:owed-reply' # persistent sidebar lensSee 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