You may choose to use the cli for simplicity. To use the cli, simply execute:
./yt-cli
Change into the directory where you cloned this repo and run the following command:
./ytv
Change into the directory where you cloned this repo and run the following command:
./ytm
In order to install, simply sudo cp ./yt* /usr/bin/
Note that ytv and ytm are shell script (with extension .sh). You may choose to use these scripts as is, or hack away to create the experience you want.
Requires the following dependencies:
- yt-dlp
- fzf
- ffmpeg
- rofi (optional)
- dmenu (optional)