MMTC: Minimal mpd terminal client Intro Rust๋ก ์์ฑ๋ ์ฌํํ MPD client program ํ์ฌ ๋๋์ผ๋ก๋ mpc๋ณด๋ค ์กฐ๊ธ ๋์ ์์ค์ด๋ค. Install ์ฌ์ ์ mpc ๋จผ์ ์ค์นํด์ผํ๋ค. ์ด์ ๋ ๋ฎค์ง๋ผ์ด๋ธ๋ฌ๋ฆฌ ๊ด๋ฆฌ๋ฅผ ์ง์ํ์ง ์๊ธฐ ๋๋ฌธ sudo apt install mpc git clone https://github.com/figsoda/mmtc.git cd mmtc cargo build --release mv target/release/mmtc ~/bin mmtc --help Usage q: quit r: toggle repeat R: toggle random p: pause ;: stop h or Left: seek backwards l or Right: seek forwards H: previous song L: next song Enter: play selected song or quit searching mode Space: select current song j, Down: go down in the queue k, Up: go up in the queue g: go to the top of the queue G: go to the botton of the queue /: search ctrl+u: empty search query escape: quit serching mode and empty query Reference mmtc github page mmtc-minimal mpd terminal client