mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 15:49:34 +00:00
Update cheatsheets
This commit is contained in:
21
linux/termusic
Normal file
21
linux/termusic
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# termusic
|
||||
|
||||
> A terminal music player written in Rust that uses vim-like key bindings.
|
||||
> 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`
|
||||
Reference in New Issue
Block a user