1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-12 23:11:14 +02:00
zsh/Completion/User/_pspdf
1999-08-30 10:08:13 +00:00

12 lines
262 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 expl 'PDF file'
_path_files "$expl[@]" -g '*.(#i)pdf'
return ret