No description
Find a file
2020-11-02 18:57:13 -05:00
.github fix typo 2020-11-02 18:17:51 -05:00
src remove some short flags 2020-11-02 18:57:13 -05:00
.gitignore initial commit 2020-10-21 12:53:01 -04:00
Cargo.lock allow changing config file via command line 2020-11-02 12:14:54 -05:00
Cargo.toml allow changing config file via command line 2020-11-02 12:14:54 -05:00
CHANGELOG.md initial commit 2020-10-21 12:53:01 -04:00
LICENSE Initial commit 2020-10-21 12:47:41 -04:00
mmtc.default.ron rename file and all default configurations 2020-11-02 17:12:19 -05:00
README.md remove some short flags 2020-11-02 18:57:13 -05:00
rustfmt.toml initial commit 2020-10-21 12:53:01 -04:00

mmtc

Minimal mpd terminal client

Building from source

This requires the nightly toolchain of Rust.

cargo +nightly build --release

Usage

mmtc [OPTIONS]

FLAGS

-h, --help       Prints help information
-V, --version    Prints version information

OPTIONS

    --address <address>          Specify the address of the mpd server
-c, --config <config>            Specify the config file
    --cycle <cycle>              Cycle through the queue
    --jump-lines <jump-lines>    The number of lines to jump
    --seek-secs <seek-secs>      The time in seconds to seek
    --ups <ups>                  The amount of status updates per second

Changelog

See CHANGELOG.md