TUI Online Music Streaming application.
tuisic3.mp4
It let's you search and play online songs from cli hassle free.
- Vim motions
- Easy downloads
- Multiple song sources
- Playlist support
- Copy urls
- Add to favourites
It fetches songs from some platforms:
- SoundCloud
- LastFM
- ForestFM
- YouTube ( Yet to be implemented )
- Using AUR package
yay -S tuisic-git
- Building from source
sudo pacman -S curl mpv fmt yt-dlp
mkdir build && cd build
cmake ..
make
sudo make install
It's open for contribution, read CONTRIBUTING.md for more information.