TUI Online Music Streaming application.
tuisic.mp4
It let's you search and play online songs from cli hassle free.
It fetches songs from some platforms:
- SoundCloud
- LastFM
- ForestFM
- YouTube ( Yet to be implemented )
sudo pacman -S curl mpv fmt yt-dlp
Build, Compile & Run
mkdir build && cd build
cmake ..
make
./tuisic
It's open for contribution, read CONTRIBUTING.md for more information.