tldr/pages/linux/cmus.md

25 lines
378 B
Markdown
Raw Normal View History

2016-12-18 05:13:56 +00:00
# cmus
> Commandline C* Music Player.
2016-12-18 20:14:22 +00:00
> Use arrow keys to navigate, `<enter/return>` to select, and numbers 1-8 switch between different views.
2016-12-18 05:13:56 +00:00
- 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`
2016-12-18 20:14:22 +00:00
- Toggle shuffle mode on/off:
2016-12-18 05:13:56 +00:00
`s`
2016-12-18 20:14:22 +00:00
- Quit cmus:
2016-12-18 05:13:56 +00:00
`q`