1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

Add cmus page

This commit is contained in:
alefir 2016-12-17 21:13:56 -08:00 committed by Agniva De Sarker
parent 8d269894a2
commit 72647aed17

24
pages/linux/cmus.md Normal file
View file

@ -0,0 +1,24 @@
# cmus
> Commandline C* Music Player.
> Arrow keys to navogate, `<enter/return>` to select, 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:
`s`
- Close cmus:
`q`