2 releases

0.2.0 Sep 26, 2022
0.2.0-beta Jul 14, 2022
0.1.10 Dec 26, 2021
0.1.9 Dec 26, 2021
0.1.8 Sep 10, 2021

#804 in Audio

32 downloads per month

GPL-3.0 license

21KB
405 lines

Mprs

MPD client written in rust

Usage: mprs.

commands

argument description
no args show stats of current song
play play the current song
pause pause the current song
stop stop the current song
next play the next song
prev pause the previous song
help shows this help menu
kill kill mpd server
--host='HOST' host of mpd server
--port='PORT' port of mpd server
--silent or -q silent output
--version or -v print the version
--help or -h print the help

build

  • compile
rustup run nightly cargo build
  • install
rustup run nightly cargo install

Dependencies

~3–13MB
~108K SLoC