Terminal music player for FLAC and mp3 files, powered by Rust.
git clone git@github.com:mackenziedg/rustplayer.git && cargo install --path rustplayer/
Then run the program like
rustplayer /path/to/music/files
- '↑'/'↓': Navigate song list
- '←'/'→': Seek through file
- 'Shift + →': Skip song
- '-'/'=': Adjust volume down/up
- 'Enter': Play selected song
- 'p': Play/pause playing song
- 's': Rescan folder
- '/': Filter song list by title/artist/album. 'Enter' closes the search menu
- Playlists
- Silent seeking
- Shuffle
- Help menu
- Searching
- Visualizer
- Thorough testing