1 unstable release
0.2.0 | Oct 30, 2023 |
---|
#765 in Audio
20KB
459 lines
mus
a pretty good mpd client
usage
Commands:
np show currently playing song (just `mus' also works)
play unpause currently playing song or play a new one
pause pause currently playing song
toggle toggle play/pause
next play the next song in the queue
prev play the previous song in the queue
queue manage the song queue
shuffle shuffle the song queue
help Print this message or the help of the given subcommand(s)
Options:
-a, --address <ADDRESS> location of mpd server [default: 127.0.0.1:6600]
-h, --help Print help
-V, --version Print version
use mus help <COMMAND>
for more information about subcommands.
building
$ cargo build --release
# or directly to your bin directory
$ cargo install --path .
contributing
send patches to the mailing list. prefix patches with "[PATCH mus]
".
see the guide to git send-email
if this is your first time using sourcehut.
license
mus is licensed under the MIT license. refer to the license for details.
Dependencies
~1–12MB
~80K SLoC