Skip to content

mxr chimes

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

Manage local notification chimes

mxr chimes [OPTIONS] [COMMAND]
SubcommandPurpose
statusShow current chime settings
enableTurn notification chimes on
disableTurn notification chimes off
setSet the sound for one event
testPlay the configured sound for one event
helpPrint this message or the help of the given subcommand(s)
FlagDescription
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Turn notification chimes off

mxr chimes disable [OPTIONS]
FlagDescription
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Turn notification chimes on

mxr chimes enable [OPTIONS]
FlagDescription
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Set the sound for one event

mxr chimes set [OPTIONS] <EVENT> <SOUND>
FlagDescription
<EVENT>[possible values: new-mail, sent, archived, trashed, spam, snoozed, unsnoozed, reminder, error]
<SOUND>[possible values: none, bell, glass, pop, sent, archive, thud, alert]
FlagDescription
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Show current chime settings

mxr chimes status [OPTIONS]
FlagDescription
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Play the configured sound for one event

mxr chimes test [OPTIONS] <EVENT>
FlagDescription
<EVENT>[possible values: new-mail, sent, archived, trashed, spam, snoozed, unsnoozed, reminder, error]
FlagDescription
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help