Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 330 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 330 Bytes

YouTube from Terminal

This script allows you to search for YouTube videos from the terminal and watch them using mpv.

Usage

./yt.sh -q <search-query>

Setup

git clone https://github.com/axxsh/youtube-from-terminal.git
cd youtube-from-terminal
chmod +x yt.sh

Dependencies

  • curl
  • awk
  • fzf
  • mpv