1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00
youtube-dl/devscripts/zsh-completion.in

11 lines
254 B
Plaintext
Raw Normal View History

2014-10-06 10:58:25 +00:00
#compdef youtube-dl
__youtube_dl() {
local curcontext="$curcontext" fileopts diropts cur prev
typeset -A opt_args
2021-03-05 23:06:35 +00:00
_arguments {{args}} \
'*: :(::ytfavorites ::ytrecommended ::ytsubscriptions ::ytwatchlater ::ythistory)'
2014-10-06 10:58:25 +00:00
}
2021-03-05 23:06:35 +00:00
__youtube_dl