User Tools

Site Tools


terminal:cmus

This is an old revision of the document!


cmus

cmus is a terminal music player. The keybinds and actions are very vim-like.

Install

# Install cmus in Debian
sudo apt install cmus

Getting help

There is a man page with lots of information.

# Read cmus documentation
man cmus

Or, when inside the app, press 7 to view the help tab. 1-6 are the other tabs.

7

It is like vim. There is the mode where you are browsing and tabbing through the music. You can use the arrow keys or vim-like ``j`` and ``k`` to move around. Press ``TAB`` to switch from the artist/album list to the track list. Press enter to start a song.

Type ``:`` to begin entering commands. There is also tab completion.

Basic commands

# Add music from disk
:add ~/Music

# Remove all music from list
:clear

# To play, press `x`, or run commands:
:player-play
:player-pause
:player-stop

Searching

To search, type / and enter the phrase. Press n to find next occurrence and SHIFT-n to go backwards.

Playlists

Playlists are stored in .config/cmus/playlists

terminal/cmus.1647296457.txt.gz · Last modified: 2022/03/14 22:20 by nanodano