No description
Find a file
2020-11-12 19:58:01 -05:00
.cargo add cargo config to target native cpu 2020-11-11 13:28:25 -05:00
.github target generic x86-64 cpus in release action 2020-11-11 13:29:03 -05:00
src reduce default size of player state textbox 2020-11-12 19:58:01 -05:00
.gitignore initial commit 2020-10-21 12:53:01 -04:00
Cargo.lock bump lockfile 2020-11-11 22:18:43 -05:00
Cargo.toml sort package info 2020-11-10 18:57:20 -05:00
CHANGELOG.md fix date 2020-11-09 16:40:51 -05:00
Configuration.md add clear_query_on_play config 2020-11-09 16:30:23 -05:00
LICENSE Initial commit 2020-10-21 12:47:41 -04:00
mmtc.default.ron reduce default size of player state textbox 2020-11-12 19:58:01 -05:00
README.md link to mpd 2020-11-11 08:47:23 -05:00
rustfmt.toml initial commit 2020-10-21 12:53:01 -04:00

mmtc

release version dependencies license ci

Minimal mpd terminal client that aims to be simple yet highly configurable

Installation

The latest precompiled binaries are available on github.

Alternatively you can install mmtc from crates.io with cargo. This requires the nightly toolchain of Rust.

cargo +nightly install mmtc

Building from source

This requires the nightly toolchain of Rust.

cargo +nightly build --release

Usage

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 <address> Specify the address of the mpd server
-c, --config <file> Specify the config file
--jump-lines <number> The number of lines to jump
--seek-secs <number> The time to seek in seconds
--ups <number> The amount of status updates per second

Key bindings

Key Action
q quit mmtc
r toggle repeat
R toggle random
s toggle single
S toggle oneshot
c toggle consume
p toggle pause
; stop
h, Left seek backwards
l, Right seek forwards
H previous song
L next song
Enter play selected song or quit searching mode if in searching mode
Space select current song or the first song in the queue
j, Down, ScrollDown go down in the queue
k, Up, ScrollUp go up in the queue
J, PageDown jump down in the queue
K, PageUp jump up in the queue
/ enter searching mode
Escape quit searching mode and empty query

Configuration

See Configuration.md

Changelog

See CHANGELOG.md