zsh-workers
 help / color / mirror / code / Atom feed
bfdb4de4b932afe7ca35714bae6637f66e236027 blob 334 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#compdef okular
local extns

extns="{pdf,ps,eps,dvi}(.gz|.bz2)(#c,1)|djvu|tiff|chm|cbr|cbz"

_arguments \
  '(-p --page)'{-p,--page}'[page of the document to be shown]:page: ' \
  '--presentation[start the document in presentation mode]' \
  '--unique[unique instance control]' \
  "*:Okular documents:_files -g '*.(#i)($extns)(-.)'"
debug log:

solving bfdb4de ...
found bfdb4de in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).