trix-player 1.0.0

A beautiful, keyboard-driven terminal music player for Linux.
Documentation
1
2
3
4
5
6
#[cfg(not(target_os = "linux"))]
compile_error!("trix-player is Linux-only. Build on Linux (target_os=\"linux\").");

fn main() -> anyhow::Result<()> {
    trix_player::run()
}