A fast, minimalist CLI-based music player written in Rust.
- Lightweight & Fast: Zero heavy GUI overhead, runs directly in your terminal.
- Auto Directory Init: Automatically creates
~/SysPMF(orC:\Users\<User>\SysPMFon Windows) on first launch. - Simple Controls: Intuitive single-key commands for playback and volume.
p/play- Play musics/pause- Pause playback+/u/high- Increase volume for 0.1-/l/low- Decrease volume for 0.1h/help- Show help menuq/quit- Exitn/f/forward/next- next trackb/back- play previous musicml/micro-low- Decrease volume for 0.01mh/micro-high- Increase volume for 0.01list/ls/pl- Print u playlist
- Download the compiled binary from Releases:
https://github.com/MBKCHEL/SysPMF/releases/tag/1.0.0Make it executable:
chmod +x ~/Downloads/syspmf-linux
sudo mv ~/Downloads/syspmf-linux /usr/local/bin/syspmfsyspmfTo remove SysPMF from your system:
sudo rm /usr/local/bin/syspmf