diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-09-14 14:07:33 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-09-14 14:07:33 +0200 |
commit | 56d1912f1d8b886ef0355565e2a4e24560d8a7a6 (patch) | |
tree | 5ee6db4936e8d899f830948af616837f4fbd7344 /devscripts/fish-completion.in | |
parent | eb3bd7ba8db8a31f5262d2d8f335700d1664a1bf (diff) |
Add a completion script generator for the fish shell
Diffstat (limited to 'devscripts/fish-completion.in')
-rw-r--r-- | devscripts/fish-completion.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devscripts/fish-completion.in b/devscripts/fish-completion.in new file mode 100644 index 000000000..eb79765da --- /dev/null +++ b/devscripts/fish-completion.in @@ -0,0 +1,5 @@ + +{{commands}} + + +complete --command youtube-dl --arguments ":ytfavorites :ytrecommended :ytsubscriptions :ytwatchlater :ythistory" |