Warning
Currently, Termzic only works on Linux systems.
Termzic is a TUI music player featuring a simple set of controls and intuitive interface for easy audio playback.
demo.mp4
- Navigate between songs using arrow keys.
- Play, pause, and resume songs.
- Skip forward and backward by 5 seconds within a song.
- GCC compiler
ncurses
library
- Clone the repository
- Compile the program using the provided Makefile
make
./termzic PATH_TO_YOUR_MUSIC_FOLDER
- Up arrow: move to the previous song.
- Down arrow: move to the next song.
- p: pause the current song.
- r: resume the paused song.
- Right arrow: skip forward 5 seconds in the current song.
- Left arrow: revert back 5 seconds in the current song.