Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install tuisic
It will make the tuisic
command available in your PATH
if you"ve allowed the PATH
to be modified when installing Rust . cargo uninstall tuisic
uninstalls.
Back to the crate overview .
Readme
A TUI music player!
Usage
Call via tuisic
. It reads from your XDG Music directory, so make sure you set that up. As of right now, it expects your music directory to be only 0 or 1 directories deep, like having it full of albums.
Installing
Clone the repo and run cargo build -- release
, and move the build executable from the target
directory to any place in your PATH
. You can also use cargo install tuisic
.
Todo
Recursive Music Directory