Skip to content

mxr owed

Generated from mxr owed --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ 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]
FlagDescription
--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, --helpPrint help

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.

Terminal window
mxr owed --format ids
mxr owed --since 7 --format json | jq '.[] | {who:.counterparty_email, days:.waiting_days, score:.overdue_score}'
mxr saved add owed 'is:owed-reply' # persistent sidebar lens