Hi everyone!
So I found this cool new package (called ytfzf)which allows you to watch youtube πΊ using your terminal, which means there is a smaller browser footprint as only the video is showing.
You could have something like terminal in the first third of the screen, wikipedia or whatever in the second third of the screen, and 2 stacked ytfzfs in the last tri-section of the screen.

Steps to try it out (assuming mac user)
- Go to this repo π± : https://github.com/pystardust/ytfzf
- Install the dependencies
jq
,mpv
, andfzf
using thebrew install
command β¨οΈ like this:brew install jq mpv fzf
- Then install ytfzf by following the ytfzf GitHub README instructions
git clone https://github.com/pystardust/ytfzf
cd ytfzf
sudo make install doc
Now you’re free to go into terminal and type e.g. ytfzf drum n bass mix
, use your arrow keys to select the youtube video you want and hopefully it will start playing in a small window!
Congrats π Have fun with ytfzf