snippetbashTip
termusic — A terminal music player written in Rust that uses vim-like key bindings. See also: `cmus`, `ncmpcpp`
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 --helpCode 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 --helpContext
tldr-pages: linux/termusic
Revisions (0)
No revisions yet.