add zsh completion script (#150)

This commit is contained in:
Mike Fährmann
2020-07-04 18:05:31 +02:00
parent 821524e4ee
commit d0cd86e0d5
4 changed files with 58 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ FILES = [
(path, [f for f in files if check_file(f)])
for (path, files) in [
("share/bash-completion/completions", ["data/completion/gallery-dl"]),
("share/zsh/site-functions" , ["data/completion/_gallery-dl"]),
("share/man/man1" , ["data/man/gallery-dl.1"]),
("share/man/man5" , ["data/man/gallery-dl.conf.5"]),
]