tuitube
A minimal tui youtube (invidious) frontend made in c++
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 3 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2020-12-10 |
| Downloads | 0 |
| Last Indexed | 2026-08-11 05:07 |
Installation
nimble install tuitube
choosenim install tuitube
git clone https://gitlab.com/djt3/tuitube
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| tuitube | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/djt3/tuitube |
|---|---|
| Homepage | https://gitlab.com/djt3/tuitube |
| Registry Source | gitlab |
README
tuitube
A minimal tui youtube (invidious) frontend made in c++
https://gitlab.com/djt3/tuitube
Dependencies:
- youtube-dl
- mpv (can be changed in config.h) (mpv MUST be built with "luajit" (default in arch))
- curlpp
What's planned:
- Include channel / playlist / mix results in search
- Suggested videos
Known bugs:
- None, please create an issue if you find any or have a feature suggestion
Installing
Kiss linux:
kiss b tuitube && kiss i tuitube
Arch based (arch, manjaro, artix):
{aur helper} -S tuitube-git
Other:
Install dependencies and
git clone https://gitlab.com/djt3/tuitube && cd tuitube
cmake . && sudo make install
