Skip to content

mxr labels

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

Manage labels

mxr labels [OPTIONS] [COMMAND]
SubcommandPurpose
createCreate a new label
deleteDelete a label
renameRename a label
helpPrint this message or the help of the given subcommand(s)
FlagDescription
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

List and manage labels/folders.

Terminal window
mxr labels
mxr labels create receipts --dry-run

Create a new label

mxr labels create [OPTIONS] <NAME>
FlagDescription
<NAME>
FlagDescription
--color <COLOR>
--dry-runShow what would change without creating the label
-h, --helpPrint help

Delete a label

mxr labels delete [OPTIONS] <NAME>
FlagDescription
<NAME>
FlagDescription
--dry-runShow what would change without deleting the label
--yesSkip the interactive confirmation prompt
-h, --helpPrint help

Rename a label

mxr labels rename [OPTIONS] <OLD> <NEW>
FlagDescription
<OLD>
<NEW>
FlagDescription
--dry-runShow what would change without renaming the label
--yesSkip the interactive confirmation prompt
-h, --helpPrint help