We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5dee5 commit d056573Copy full SHA for d056573
completion/_katarakt
@@ -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