about summary refs log tree commit diff
path: root/Completion/Unix/Type/_pspdf
blob: d0ca31a7cd471913714d117eb4361c2495ffc3eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#compdef evince gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii ghostview mgv pstoedit pstotgif zathura

local expl ext

# ghostscript:
#  gs gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii

if [[ "$1" == '-z' ]]; then
  ext='(|.gz|.Z)'
  shift
fi

_description files expl 'PostScript or PDF file'
_files "$@" "$expl[@]" -g "*.(#i)(pdf|ps|eps)$ext(-.)"