add fish shell completion (#2363)

This commit is contained in:
Hoang Nguyen
2022-03-09 17:33:06 +00:00
committed by GitHub
parent eb2bb7d998
commit 6df2fd694d
3 changed files with 50 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ test:
executable:
scripts/pyinstaller.py
completion: data/completion/gallery-dl data/completion/_gallery-dl
completion: data/completion/gallery-dl data/completion/_gallery-dl data/completion/gallery-dl.fish
man: data/man/gallery-dl.1 data/man/gallery-dl.conf.5
@@ -46,3 +46,6 @@ data/completion/gallery-dl: gallery_dl/option.py scripts/completion_bash.py
data/completion/_gallery-dl: gallery_dl/option.py scripts/completion_zsh.py
$(PYTHON) scripts/completion_zsh.py
data/completion/gallery-dl.fish: gallery_dl/option.py scripts/completion_fish.py
$(PYTHON) scripts/completion_fish.py