about summary refs log tree commit diff
path: root/Completion/X/Command/_gqview
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-04-18 14:53:24 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-04-18 14:53:24 +0000
commit101d298859c12ab10a2a0714e846fb1aff15f3a2 (patch)
tree83385e673aee8d3957956538fcc72df21b7e5787 /Completion/X/Command/_gqview
parent90b6dbd2e0b1b264f2c4ae906e447f4d0a9da335 (diff)
downloadzsh-101d298859c12ab10a2a0714e846fb1aff15f3a2.tar.gz
zsh-101d298859c12ab10a2a0714e846fb1aff15f3a2.tar.xz
zsh-101d298859c12ab10a2a0714e846fb1aff15f3a2.zip
merge changes from 4.1
Diffstat (limited to 'Completion/X/Command/_gqview')
-rw-r--r--Completion/X/Command/_gqview12
1 files changed, 12 insertions, 0 deletions
diff --git a/Completion/X/Command/_gqview b/Completion/X/Command/_gqview
new file mode 100644
index 000000000..309bc1a38
--- /dev/null
+++ b/Completion/X/Command/_gqview
@@ -0,0 +1,12 @@
+#compdef gqview
+
+_arguments \
+  '(+t -t --without-tools --with-tools)'{+t,--with-tools}'[force show of tools]' \
+  '(+t -t --without-tools --with-tools)'{-t,--without-tools}'[force hide of tools]' \
+  '(--fullscreen -f)'{-f,--fullscreen}'[start in full screen mode]' \
+  '(--slideshow -s)'{-s,--slideshow}'[start in slideshow mode]' \
+  '(--list -l)'{-l,--list}'[open collection window for command line]' \
+  '--debug[turn on debug output]' \
+  '(--version -v)'{-v,--version}'[print version info]' \
+  '(--help -h)'{-h,--help}'[show help]' \
+  '*:picture file:_files -/ -g \*.\(\#i\)\(jpg\|jpe\|jpeg\|png\|gif\|tif\|tiff\|bmp\)'