2022-08-09 13:02:22 -05:00
|
|
|
# termusic
|
|
|
|
|
|
|
|
> A terminal music player written in Rust that uses vim-like key bindings.
|
2024-04-04 01:34:14 -03:00
|
|
|
> See also: `cmus`, `ncmpcpp`, `audacious`.
|
2022-08-09 13:02:22 -05:00
|
|
|
> More information: <https://github.com/tramhao/termusic>.
|
|
|
|
|
|
|
|
- Open termusic to a specific directory. (It can be set permanently in `~/.config/termusic/config.toml`):
|
|
|
|
|
2024-11-09 23:21:48 +09:00
|
|
|
`termusic {{path/to/directory}}`
|
2022-08-09 13:02:22 -05:00
|
|
|
|
|
|
|
- Disable showing the album cover for a specific file:
|
|
|
|
|
2024-11-09 23:21:48 +09:00
|
|
|
`termusic -c {{path/to/music_file}}`
|
2022-08-09 13:02:22 -05:00
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display help:
|
2022-08-09 13:02:22 -05:00
|
|
|
|
|
|
|
`termusic --help`
|