Note: This is a work in progress.
This is a simple music player that I made for my own use. It is written in Rust and uses rodio, symphonia, and gRPC libraries.
bash
git clone https://github.com/tsirysndr/music-player.git
cd music-player
cargo install --path .
Note: Don't forget to add ~/.cargo/bin
to your PATH
environment variable.
bash
$ brew install tsirysndr/tap/musicplayer
Or download the latest release for your platform here.
``` USAGE: music-player [SUBCOMMAND]
OPTIONS: -h, --help Print help information -V, --version Print version information
SUBCOMMANDS: help Print this message or the help of the given subcommand(s) play Play a song ```