1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 09:26:02 +02:00
tldr/pages/linux/cmus.md
2021-04-14 08:09:36 -03:00

24 lines
424 B
Markdown

# cmus
> Commandline Music Player.
> Use arrow keys to navigate, `<enter/return>` to select, and numbers 1-8 switch between different views.
- Open cmus into the specified directory (this will become your new working 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`