katrinleinweber / oh-my-zsh-youtube-dl-aliases

Custom plugin for Oh My Zsh with youtube-dl aliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom youtube-dl plugin for Oh My Zsh

They tend to favor royalty-free file formats, as well as faster downloads & less storage use by foregoing higher-than-sufficient quality levels.

Usage: yt… https://URL.to/the/video

Installation

  1. Read Oh My Zsh's notes on custom plugins
  2. cd $ZSH_CUSTOM/plugins
  3. git clone https://github.com/katrinleinweber/oh-my-zsh-youtube-dl-aliases youtube-dl
  4. Add youtube-dl to your ~/.zshrc file's plugins=(…) list
  5. Restart your shell

Known issues

  • Collision with yarn test alias
  • To view format list only, use ytf https://URL.to/the/video, abort prompt with Ctrl+C

About

Custom plugin for Oh My Zsh with youtube-dl aliases

License:MIT License


Languages

Language:Shell 100.0%