commands.sh

cmus-remote

all

Control `cmus`. See also: `playerctl`.

More info →

Options (4)

-u, --pauseboolean

Toggle playback

Example: cmus-remote {{[-u|--pause]}}
-n, --nextboolean

Skip to the next song

Example: cmus-remote {{[-n|--next]}}
-r, --prevboolean

Skip back to the previous song

Example: cmus-remote {{[-r|--prev]}}
-C, --rawboolean

Execute a `cmus` command

Example: cmus-remote {{[-C|--raw]}} "{{set repeat?}}"

Examples (5)

[Q]uery player status information

Toggle playback

cmus-remote [-u|--pause]

Skip to the next song

cmus-remote [-n|--next]

Skip back to the previous song

cmus-remote [-r|--prev]

Execute a `cmus` command

cmus-remote [-C|--raw] "set repeat?"
made by @shridhargupta | data from tldr-pages