How to Watch YouTube Videos in the Linux Terminal With ytfzf
- This topic has 0 replies, 1 voice, and was last updated 5 days, 20 hours ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › How to Watch YouTube Videos in the Linux Terminal With ytfzf
No ads or tracking, if you use this method, or less tracking.
$ gh repo clone pystardust/ytfzf
$ sudo apt install jq curl mpv fzf
$ cd ytfzf
$ sudo make install
$ sudo make install doc
$ sudo make addons
$ cd ..
$ rm -rf ytfzf
$ ytfzf
Now search for a video on YouTube. It should open in a new window, called mpv, which is a video player.