diff --git a/pages/linux/cmus.md b/pages/linux/cmus.md new file mode 100644 index 0000000000000..859a4a7f67407 --- /dev/null +++ b/pages/linux/cmus.md @@ -0,0 +1,24 @@ +# cmus + +> Commandline Music Player. +> Use arrow keys to navigate, `` to select, and numbers 1-8 switch between different views. + +- Open cmus from specified directory: + +`cmus {{path/to/directory}}` + +- Add file/directory to library: + +`:add {{/path/to/file_or_directory}}` + +- Pause/unpause current song: + +`c` + +- Toggle shuffle mode on/off: + +`s` + +- Quit cmus: + +`q`