about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:13:49 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:13:49 +0000
commit295b6866c7a5e248af845b918f5ef94b3fb7fb0e (patch)
treec24e674b2177f8668b5a3fd4e3add5faec8be0cb /Completion/X
parent08cbb23076c84ad4250d68d09728085cc6b06669 (diff)
downloadzsh-295b6866c7a5e248af845b918f5ef94b3fb7fb0e.tar.gz
zsh-295b6866c7a5e248af845b918f5ef94b3fb7fb0e.tar.xz
zsh-295b6866c7a5e248af845b918f5ef94b3fb7fb0e.zip
moved from Completion/User/_gv
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_gv39
1 files changed, 39 insertions, 0 deletions
diff --git a/Completion/X/Command/_gv b/Completion/X/Command/_gv
new file mode 100644
index 000000000..cc6e646d7
--- /dev/null
+++ b/Completion/X/Command/_gv
@@ -0,0 +1,39 @@
+#compdef gv gview
+
+_xt_arguments \
+  '(-nosafer)-safer' \
+  '(-safer)-nosafer' \
+  '(-noquiet)-quiet' \
+  '(-quiet)-noquiet' \
+  '(-nocenter)-center' \
+  '(-center)-nocenter' \
+  '(-noswap)-swap' \
+  '(-swap)-noswap' \
+  '(-noantialias)-antialias' \
+  '(-antialias)-noantialias' \
+  '(-nodsc)-dsc' \
+  '(-dsc)-nodsc' \
+  '(-noeof)-eof' \
+  '(-eof)-noeof' \
+  '(-nopixmap)-pixmap' \
+  '(-pixmap)-nopixmap' \
+  '(-nowatch)-watch' \
+  '(-watch)-nowatch' \
+  '(-noresize)-resize' \
+  '(-resize)-noresize' \
+  '(-grayscale -color)-monochrome' \
+  '(-monochrome -color)-grayscale' \
+  '(-grayscale -color)-monochrome' \
+  '(-landscape -seascape -upsidedown)-portrait' \
+  '(-portrait -seascape -upsidedown)-landscape' \
+  '(-portrait -landscape -upsidedown)-seascape' \
+  '(-portrait -landscape -seascape)-upsidedown' \
+  -{h,help,v,spartan} \
+  '-arguments:ghostscript arguments:' \
+  '-page:label of first page:' \
+  '-media:page size:(Letter Legal Statement Tabloid Ledger Folio Quarto 10x14 Executive A3 A4 A5 B4 B5)' \
+  '-scale:scale entry:' \
+  '-scalebase:scale base:' \
+  '-ad:resource file:_files' \
+  '-style:resource file:_files' \
+  '*:file: _pspdf -z'