summaryrefslogtreecommitdiffstats
path: root/Completion/Unix
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:00:48 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:00:48 +0000
commit40659f4965e556b83259633dfd9e81112da62f17 (patch)
tree249f0791b04b7f08999ed2a7ce014252eb9c0e34 /Completion/Unix
parentmoved to Completion/Unix/Command/_psutils (diff)
downloadzsh-40659f4965e556b83259633dfd9e81112da62f17.tar
zsh-40659f4965e556b83259633dfd9e81112da62f17.tar.gz
zsh-40659f4965e556b83259633dfd9e81112da62f17.tar.bz2
zsh-40659f4965e556b83259633dfd9e81112da62f17.tar.lz
zsh-40659f4965e556b83259633dfd9e81112da62f17.tar.xz
zsh-40659f4965e556b83259633dfd9e81112da62f17.tar.zst
zsh-40659f4965e556b83259633dfd9e81112da62f17.zip
moved from Completion/User/_psutils
Diffstat (limited to 'Completion/Unix')
-rw-r--r--Completion/Unix/Command/_psutils119
1 files changed, 119 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_psutils b/Completion/Unix/Command/_psutils
new file mode 100644
index 000000000..b2e713e6d
--- /dev/null
+++ b/Completion/Unix/Command/_psutils
@@ -0,0 +1,119 @@
+#compdef epsffit extractres fixdlsrps fixfmps fixmacps fixpsditps fixpspps fixscribeps fixtpps fixwfwps fixwpps fixwwps includeres psbook psmerge psnup psresize psselect pstops getafm showchar
+
+case "$service" in
+epsffit)
+ _arguments \
+ '-v[print version]' \
+ '-c[centres the image in the bounding box given]' \
+ '-r[rotates the image by 90 degrees anti-clockwise]' \
+ '-a[alters the aspect ratio to fit the bounding box]' \
+ '-s[adds a showpage at the end of the image]' \
+ '-m[rotates the image to maximise the size]' \
+ ':lower left x:' \
+ ':lower left y:' \
+ ':upper right x:' \
+ ':upper right y:' \