mprs

mpd client written in rust

Usage: mprs mprs version: 0.2.0

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 | | --host="HOST" | host of mpd server | | --port="PORT" | port of mpd server | | --silent or -q | silent output | | --version or -h | print the version |