1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 10:20:55 +01:00
zsh/Completion/User/_pspdf
2000-03-24 00:01:54 +00:00

11 lines
252 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
_wanted files expl 'PDF file' _path_files -g '*.(#i)pdf'
return ret