Hummm...
[llpp.git] / misc / completions / zsh / llpp
bloba9346866a5999ef6de99489208c55d21bbe66454
1 #compdef llpp
3 _arguments -s \
4   '-p[Set password]' \
5   '-f[Set path to the user interface font]:font:_files' \
6   '-c[Set path to the configuration file]:config:_files' \
7   '-last[Open last document]' \
8   '-page[Jump to page]' \
9   '-tcf[Set path to the trim cache file]:trim:_files' \
10   '-dest[Set named destination]' \
11   '-wtmode[Operate in wt mode]' \
12   '-cxack[Cut corners]' \
13   '-remote[Set path to the remote commands source]:remote:_directories' \
14   '-origin[Set original path]:origin:_directories' \
15   '-gc[Collect garbage with the help of a script]:script:_files' \
16   '-v[Print version and exit]' \
17   '-embed[Embed into window]' \
18   '-help[Display this list of options]' \
19   '--help[Display this list of options]' \
20   '*::document:_files -g "*.(pdf|xps|zip|cbz|jpg|jpeg|png)"'