mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Add a completion script generator for the fish shell
This commit is contained in:
parent
eb3bd7ba8d
commit
56d1912f1d
6 changed files with 70 additions and 6 deletions
1
setup.py
1
setup.py
|
@ -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'])
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue