mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
25 lines
378 B
Markdown
25 lines
378 B
Markdown
# cmus
|
|
|
|
> Commandline C* Music Player.
|
|
> Use arrow keys to navigate, `<enter/return>` 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`
|