mxr saved
Generated from
mxr saved --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
Manage saved searches
mxr saved [OPTIONS] [COMMAND]Subcommands
Section titled “Subcommands”| 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) |
Options
Section titled “Options”| Flag | Description |
|---|---|
--account <ACCOUNT> | — |
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Use When
Section titled “Use When”Name searches you run every day. Saved searches appear in the TUI sidebar and the command palette.
Everyday Examples
Section titled “Everyday Examples”mxr saved add today 'is:unread newer_than:1d'mxr saved add owed 'is:owed-reply' # threads you owe a reply onmxr saved run today --format idsSub-subcommands
Section titled “Sub-subcommands”mxr saved add
Section titled “mxr saved add”Add a saved search
mxr saved add [OPTIONS] <NAME> <QUERY>Arguments
Section titled “Arguments”| Flag | Description |
|---|---|
<NAME> | — |
<QUERY> | — |
Options
Section titled “Options”| Flag | Description |
|---|---|
--mode <MODE> | [possible values: lexical, hybrid, semantic] |
-h, --help | Print help |
mxr saved delete
Section titled “mxr saved delete”Delete a saved search
mxr saved delete <NAME>Arguments
Section titled “Arguments”| Flag | Description |
|---|---|
<NAME> | — |
Options
Section titled “Options”| Flag | Description |
|---|---|
-h, --help | Print help |
mxr saved list
Section titled “mxr saved list”List saved searches
mxr saved listOptions
Section titled “Options”| Flag | Description |
|---|---|
-h, --help | Print help |
mxr saved run
Section titled “mxr saved run”Run a saved search
mxr saved run <NAME>Arguments
Section titled “Arguments”| Flag | Description |
|---|---|
<NAME> | — |
Options
Section titled “Options”| Flag | Description |
|---|---|
-h, --help | Print help |
See 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