A minimal tui youtube (invidious) frontend made in c++
- mpv (can be changed in config.h)
- curlpp
- Playing videos
- Searching for videos
- Subscriptions page
- Adding subscriptions from search
- Removing subscriptions
- Changing invidious instance (config.h, needs recompile)
- Viewing channels
- Include channel / playlist / mix results in search
- Suggested videos
- Auto invidious instance selector
- Removing all calls to system("clear") for smoother navigation
- None, please report any you find :)
Kiss linux:
kiss b tuitube && kiss i tuitube
Arch based (arch, manjaro, artix):
{aur helper} -S tuitube
Other:
Install dependancies and
git clone https://github.com/djt3/tuitube && cd tuitube
cmake . && make && make install
The file is at "~/.config/tuitube_subs", add as "{channel id / name}" from the channel url, with one per line.
If your mpv can't play web links, check the comments in config.h (note, requires youtube-dl).