1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00
zsh/Completion/X/Command/_eog
2018-08-30 00:53:10 +09:00

25 lines
1.3 KiB
Plaintext

#compdef eog
_arguments -s -S \
- '(help)' \
'--version[display version information]' \
{-h,--help}'[display help information]' \
'--help-all[display help on all options]' \
'--help-gtk[display help on GTK+ options]' \
- normal \
'--class=[specify program class as used by the window manager]:class' \
'--name=[program name as used by the window manager]:name:_x_name' \
'--gdk-debug=[specify GDK debugging flags to set]:flag' \
'--gdk-no-debug=[specify GDK debugging flags to unset]:flag' \
'--gtk-module=[load additional GTK+ modules]:module' \
'--g-fatal-warnings[make all warnings fatal]' \
'--gtk-debug=[specify GTK+ debugging flags to set]:flag' \
'--gtk-no-debug=[specify GTK+ debugging flags to unset]:flag' \
'(-f --fullscreen)'{-f,--fullscreen}'[open in fullscreen mode]' \
'(-s --slide-show -f --fullscreen)'{-s,--slide-show}'[open in slideshow mode]' \
'(-g --disable-gallery)'{-g,--disable-gallery}'[disable image gallery]' \
'(-n --new-instance)'{-n,--new-instance}'[start a new instance]' \
'(-w --single-window)'{-w,--single-window}'[open in single window]' \
'--display=[specify X display]:display:_x_display' \
'*:image file:_files -g "*.(#i)(ani|bmp|gif|ico|jpeg|jpg|pcx|png|pnm|ras|svg|tga|tiff||tif|wbmp|wbm|xbm|xpm)(-.)"'