HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

termusic — A terminal music player written in Rust that uses vim-like key bindings. See also: `cmus`, `ncmpcpp`

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalmusiccommandrustwrittencliplayertermusic
linux

Problem

How to use the termusic command: A terminal music player written in Rust that uses vim-like key bindings. See also: cmus, ncmpcpp, audacious. More information: <https://github.com/tramhao/termusic>.

Solution

termusic — A terminal music player written in Rust that uses vim-like key bindings. See also: cmus, ncmpcpp, audacious. More information: <https://github.com/tramhao/termusic>.

Open termusic to a specific directory. (It can be set permanently in ~/.config/termusic/config.toml):
termusic {{path/to/directory}}


Disable showing the album cover for a specific file:
termusic -c {{path/to/music_file}}


Display help:
termusic --help

Code Snippets

Open termusic to a specific directory. (It can be set permanently in `~/.config/termusic/config.toml`)

termusic {{path/to/directory}}

Disable showing the album cover for a specific file

termusic -c {{path/to/music_file}}

Display help

termusic --help

Context

tldr-pages: linux/termusic

Revisions (0)

No revisions yet.