mpdsh

crate-name at crates.io LICENSE

Description

Shell-like MPD ( Music Player Daemon ) client written in Rust.

https://www.musicpd.org/

This is a simple CLI application. You can easily control MPD by using commands such as ls and cd. Also, rustyline completion will help you enter the names of directories and files.

https://crates.io/crates/rustyline

Exsample

Usage

``` Usage: mpdsh [options]

Options: -h, --host localhost MPD host address -p, --port 6600 MPD port number -d, --protolog Output protocol log to stderr. -v, --version Print version info and exit. --help Print this help menu. ```

Command

Actions

Building

sh git clone https://github.com/zuntan/mpdsh.git cd mpdsh cargo build cargo run -- -h

License

mpdsh is licensed under either of the following, at your option:

Postscript

This is the first I wrote in Rust.

Rust is loved by so many people, and I'll love it too. But I'm just being scolded by the Rust compiler.

My love is still lacking.