Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _toilet
- X-seq: zsh-workers 23005
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _toilet
- Date: Fri, 17 Nov 2006 23:04:47 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Index: Completion/Unix/Command/_toilet
===================================================================
RCS file: Completion/Unix/Command/_toilet
diff -N Completion/Unix/Command/_toilet
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_toilet 18 Nov 2006 04:04:05 -0000
@@ -0,0 +1,21 @@
+#compdef toilet
+
+local fontdir
+typeset -A opt_args
+
+fontdir=$(_call_program path toilet -I2 2>/dev/null)
+
+_arguments \
+ '(-f --font)'{-f,--font}'[specify font]:font:_files -W ${~opt_args[-d]\:-$fontdir} -g \*tlf\*\(-.\:r\)' \
+ '(-d --directory)'{-d,--directory}'[specify font directory]:font directory:_files -/' \
+ '(-t --termwidth -w --width)'{-w,--width}'[set output width]:width:' \
+ '(-t --termwidth -w --width)'{-t,--termwidth}'[adapt to terminal width]' \
+ '(-F --filter)'{-F,--filter}'[apply filter to text]:filter:(gay metal)' \
+ '--gay[rainbow filter]' \
+ '--metal[metal filter]' \
+ '--irc[output IRC color codes]' \
+ '--html[output HTML document]' \
+ '--tga[output TGA document]' \
+ '(-h --help)'{-h,--help}'[help]' \
+ '(-I --infocode)'{-I,--infocode}'[print FIGlet-compatible infocode]:code:' \
+ '(-v --version)'{-v,--version}'[version]'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author