Update README.md with usage
This commit is contained in:
parent
083955d5bd
commit
d226584a4c
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -5,6 +5,24 @@ A Rust program that displays info about the currently running MPD server.
|
||||||
The window shows albumart (embedded in the audio file), a "time-remaining"
|
The window shows albumart (embedded in the audio file), a "time-remaining"
|
||||||
counter, and the filename currently being played
|
counter, and the filename currently being played
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
mpd_info_screen 0.1.0
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
mpd_info_screen [OPTIONS] <host> [port]
|
||||||
|
|
||||||
|
FLAGS:
|
||||||
|
-h, --help Prints help information
|
||||||
|
-V, --version Prints version information
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
-p <password>
|
||||||
|
|
||||||
|
ARGS:
|
||||||
|
<host>
|
||||||
|
<port> [default: 6600]
|
||||||
|
|
||||||
# Issues / TODO
|
# Issues / TODO
|
||||||
|
|
||||||
[ ] UTF-8 Non-ascii font support
|
[ ] UTF-8 Non-ascii font support
|
||||||
|
|
Loading…
Reference in a new issue