Code19Master / ytmenu

A posix script to find and watch youtube videos from the terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YTMENU


Discord Discord

A POSIX script that helps you find Youtube videos and opens/downloads them using mpv/youtube-dl


This is a little showcase


Table Of Contents


Dependencies

There is only 1 required dependency.

Required dependency

Recommended dependency

  • mpv (the default video and audio player)

Linux dependencies

  • dmenu (the default menu selection screen)
  • yt-dlp (for downloading)

MacOs Dependencies

  • fzf (the default menu selection screen)
  • youtube-dl (for downloading)

Install

  1. Install the dependencies listed above
  2. Run the following commands

Arch

yay -S ytmenu-git

Other linux distros

sudo curl -sL "https://github.com/DemonKingSwarn/ytmenu/raw/main/ytmenu" -o /usr/local/bin/ytmenu
sudo chmod +x /usr/local/bin/ytmenu

MacOs

sudo curl -sL "https://github.com/DemonKingSwarn/ytmenu/raw/main/ytmenu-mac" -o /usr/local/bin/ytmenu-mac
sudo chmod +x /usr/local/bin/ytmenu-mac

Credits

User Contributions Donate
DemonKingSwarn contributions

About

A posix script to find and watch youtube videos from the terminal.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%