mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:42:08 +02:00
Add cmus page
This commit is contained in:
parent
8d269894a2
commit
72647aed17
1 changed files with 24 additions and 0 deletions
24
pages/linux/cmus.md
Normal file
24
pages/linux/cmus.md
Normal 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`
|
Loading…
Add table
Reference in a new issue