# mmtc [![release](https://img.shields.io/github/v/release/figsoda/mmtc?logo=github&style=flat-square)](https://github.com/figsoda/mmtc/releases) [![version](https://img.shields.io/crates/v/mmtc?logo=rust&style=flat-square)][Crate] [![dependencies](https://img.shields.io/librariesio/release/cargo/mmtc?style=flat-square)](https://libraries.io/cargo/mmtc) [![license](https://img.shields.io/badge/license-MPL--2.0-blue?style=flat-square)](https://www.mozilla.org/en-US/MPL/2.0) [![ci](https://img.shields.io/github/workflow/status/figsoda/mmtc/ci?label=ci&logo=github-actions&style=flat-square)](https://github.com/figsoda/mmtc/actions?query=workflow:ci) Minimal [mpd](https://github.com/musicplayerdaemon/mpd) terminal client that aims to be simple yet highly configurable - [Installation](#installation) - [Building from source](#building-from-source) - [Usage](#usage) - [Environment variables](#environment-variables) - [Key bindings](#key-bindings) - [Configuration.md] - [CHANGELOG.md] ## Installation [![repology](https://repology.org/badge/vertical-allrepos/mmtc.svg)](https://repology.org/project/mmtc/versions) The latest precompiled binaries are available on [github](https://github.com/figsoda/mmtc/releases/latest). Alternatively you can install mmtc from [crates.io][Crate] with cargo. ```sh cargo install mmtc ``` ## Building from source ```sh cargo build --release ``` ## Usage ```sh mmtc [FLAGS] [OPTIONS] ``` flag | description -|- --clear-query-on-play | Clear query on play --cycle | Cycle through the queue -h, --help | Prints help information --no-clear-query-on-play | Don't clear query on play --no-cycle | Don't cycle through the queue -V, --version | Prints version information option | description -|- --address \
| Specify the address of the mpd server -c, --config \