Skip to content

Instantly share code, notes, and snippets.

View Dineshs91's full-sized avatar
🎯
Focusing

DINESH S Dineshs91

🎯
Focusing
  • Security Innovation
  • India
View GitHub Profile
@Dineshs91
Dineshs91 / zsh-completion.in
Created October 6, 2014 18:57
zsh completion
#compdef youtube-dl
__youtube_dl() {
local curcontext="$curcontext" fileopts diropts cur prev
typeset -A opt_args
fileopts="-a|--batch-file|--download-archive|--cookies|--load-info"
diropts="--cache-dir"
cur=$words[CURRENT]
case $cur in
:)