Skip to content

mxr saved

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

Manage saved searches

mxr saved [OPTIONS] [COMMAND]
Subcommand Purpose
list List saved searches
add Add a saved search
delete Delete a saved search
run Run a saved search
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

Name searches you run every day. Saved searches appear in the TUI sidebar and the command palette.

Terminal window
mxr saved add today 'is:unread newer_than:1d'
mxr saved add owed 'is:owed-reply' # threads you owe a reply on
mxr saved run today --format ids

Add a saved search

mxr saved add [OPTIONS] <NAME> <QUERY>
Flag Description
<NAME>
<QUERY>
Flag Description
--mode <MODE> [possible values: lexical, hybrid, semantic]
-h, --help Print help

Delete a saved search

mxr saved delete <NAME>
Flag Description
<NAME>
Flag Description
-h, --help Print help

List saved searches

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

Run a saved search

mxr saved run <NAME>
Flag Description
<NAME>
Flag Description
-h, --help Print help