1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-22 04:31:14 +02:00
zsh/Completion/User/_pspdf
1999-12-01 15:29:41 +00:00

12 lines
268 B
Text

#compdef gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii ghostview mgv ggv pstoedit pstotgif
local ret=1 expl
# ghostscript:
# gs gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii
_ps && ret=0
_description files expl 'PDF file'
_path_files "$expl[@]" -g '*.(#i)pdf'
return ret