2016-12-17 21:13:56 -08:00
|
|
|
# cmus
|
|
|
|
|
2021-05-20 16:13:41 -04:00
|
|
|
> Command-line Music Player.
|
2025-03-09 14:03:08 +02:00
|
|
|
> Use `<ArrowKeys>` to navigate, `<Enter>` to select, and numbers `<1>`-`<8>` switch between different views.
|
2024-04-04 01:34:14 -03:00
|
|
|
> See also: `ncmpcpp`, `clementine`, `qmmp`.
|
2025-07-29 02:00:04 +00:00
|
|
|
> More information: <https://manned.org/cmus>.
|
2016-12-17 21:13:56 -08:00
|
|
|
|
2025-07-29 02:00:04 +00: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:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<:>add {{path/to/file_or_directory}}`
|
2016-12-17 21:13:56 -08:00
|
|
|
|
2025-07-29 02:00:04 +00: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:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<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
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<s>`
|
2016-12-17 21:13:56 -08:00
|
|
|
|
2025-07-29 02:00:04 +00:00
|
|
|
- Quit `cmus`:
|
2016-12-17 21:13:56 -08:00
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<q>`
|