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]
| Subcommand | Purpose |
|---|
status | Show current chime settings |
enable | Turn notification chimes on |
disable | Turn notification chimes off |
set | Set the sound for one event |
test | Play the configured sound for one event |
help | Print this message or the help of the given subcommand(s) |
| Flag | Description |
|---|
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Turn notification chimes off
mxr chimes disable [OPTIONS]
| Flag | Description |
|---|
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Turn notification chimes on
mxr chimes enable [OPTIONS]
| Flag | Description |
|---|
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Set the sound for one event
mxr chimes set [OPTIONS] <EVENT> <SOUND>
| Flag | Description |
|---|
<EVENT> | [possible values: new-mail, sent, archived, trashed, spam, snoozed, unsnoozed, reminder, error] |
<SOUND> | [possible values: none, bell, glass, pop, sent, archive, thud, alert] |
| Flag | Description |
|---|
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Show current chime settings
mxr chimes status [OPTIONS]
| Flag | Description |
|---|
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Play the configured sound for one event
mxr chimes test [OPTIONS] <EVENT>
| Flag | Description |
|---|
<EVENT> | [possible values: new-mail, sent, archived, trashed, spam, snoozed, unsnoozed, reminder, error] |
| Flag | Description |
|---|
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |