Skip to content

Commit d056573

Browse files
Philipp ErhardtPhilipp Erhardt
Philipp Erhardt
authored and
Philipp Erhardt
committed
Add zsh completion file
1 parent 6e5dee5 commit d056573

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: completion/_katarakt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#compdef katarakt
2+
3+
_arguments \
4+
'(-h --help)'{-u,--url}'[open a URL instead of a local file]::' \
5+
'(-h --help)'{-p,--page}+'[specify page to display]:specify page (1-indexed):' \
6+
'(-h --help)'{-f,--fullscreen}'[start in fullscreen]' \
7+
'(-h --help)'{-q,--quit}'[quit on initialization error]' \
8+
'(-p --page -f --fullscreen -q --quit -u --url)'{-h,--help}'[print help and exit]' \
9+
'*:pdf documents:_files -g "*.pdf"'

0 commit comments

Comments
 (0)