about summary refs log tree commit diff
path: root/Completion/Unix/Type/_postscript
blob: 792a39b896be1e98468cc8c2bf29e65c1007161b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#compdef ps2epsi ps2pdf psmulti pswrap ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr ps2ps

local expl ext=''

# ghostscript:
#  ps2epsi ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr ps2ps

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

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