1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 00:55:52 +02:00
tldr/pages/linux/cmus.md

35 lines
662 B
Markdown
Raw Normal View History

2016-12-17 21:13:56 -08:00
# cmus
> Command-line Music Player.
> Use `<ArrowKeys>` to navigate, `<Enter>` to select, and numbers `<1>`-`<8>` switch between different views.
> See also: `ncmpcpp`, `clementine`, `qmmp`.
> More information: <https://manned.org/cmus>.
2016-12-17 21:13:56 -08:00
- Open `cmus` into the specified directory (this will become your new working directory):
2016-12-17 21:13:56 -08:00
`cmus {{path/to/directory}}`
- Add file/directory to library:
`<:>add {{path/to/file_or_directory}}`
2016-12-17 21:13:56 -08:00
- Refresh the metadata of songs in the library:
`<:>update-cache`
- Search for songs, albums, or artists:
`</>{{something}}`
2016-12-17 21:13:56 -08:00
- Pause/unpause current song:
`<c>`
2016-12-17 21:13:56 -08:00
2016-12-18 12:14:22 -08:00
- Toggle shuffle mode on/off:
2016-12-17 21:13:56 -08:00
`<s>`
2016-12-17 21:13:56 -08:00
- Quit `cmus`:
2016-12-17 21:13:56 -08:00
`<q>`