Add a completion script generator for the fish shell

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-09-14 14:07:33 +02:00
parent eb3bd7ba8d
commit 56d1912f1d
6 changed files with 70 additions and 6 deletions

View file

@ -48,6 +48,7 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'py2exe':
else:
files_spec = [
('etc/bash_completion.d', ['youtube-dl.bash-completion']),
('etc/fish/completions', ['youtube-dl.fish']),
('share/doc/youtube_dl', ['README.txt']),
('share/man/man1', ['youtube-dl.1'])
]