YTFZF – Find and play YouTube videos in the terminal
Through YTFZF, you can search and open the videos directly from your terminal.
# On Debian and Ubuntu based distributions :
sudo apt update && sudo apt install jq curl fzf ueberzug
# On Fedora Workstation
sudo dnf install jq curl fzf ueberzug
# On Arch Linux based distributions
sudo pacman -S jq curl fzf ueberzug
Edit the configuration files
Create a configuration file for this application by
mkdir ~/.config/ytfzf/
cd ~/.config/ytfzf/
now with your favorite text editor create a `conf.sh`
video_pref="bestvideo[height<=?720][fps<=?30]"
audio_pref='bestaudio/audio'
is_detach=yes
thumbnail_viewer='mpv'
skip_thumb_download=no
enable_back_button=yes
enable_hist=yes
enable_submenus=yes
https://github.com/pystardust/ytfzf
https://codepre.com/en/ytfzf-buscar-y-jugar-youtube-videos-en-la-terminal.html
Search with thumbnails
ytfzf -t <search>