TUI for displaying information about and controlling currently playing media.
Use ← and → to skip to the previous and next track, respectively, and Space to play/pause. The onscreen buttons can also be clicked.
The screen can be refreshed with R if need be.
The configuration file is located in ~/.config/yamc/yamc.ron
. An example can be found at https://github.com/lilithium-hydride/yamc/blob/master/yamc.ron.
- Chafa is required to display cover art.
Binaries are not currently provided, so you'll have to build the project yourself.
git clone https://github.com/lilithium-hydride/yamc
cd yamc
cargo +nightly build --release
curl https://raw.githubusercontent.com/lilithium-hydride/yamc/master/yamc.ron -o $XDG_CONFIG_HOME/yamc/yamc.ron --create-dirs
./target/release/yamc
- Very rarely and seemingly at random, it will bug out and print stuff off on the right side of the window once before returning to normal. This can be cleared with R for the time being.