Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _cplay
- X-seq: zsh-workers 21987
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _cplay
- Date: Sat, 5 Nov 2005 23:22:53 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Index: Completion/Unix/Command/_cplay
===================================================================
RCS file: Completion/Unix/Command/_cplay
diff -N Completion/Unix/Command/_cplay
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_cplay 6 Nov 2005 04:21:11 -0000
@@ -0,0 +1,8 @@
+#compdef cplay
+
+_arguments -s \
+ '-n[enable restricted mode]' \
+ '-r[toggle playlist repeat mode]' \
+ '-R[toggle playlist random mode]' \
+ '-v[toggle PCM and MASTER volume control]' \
+ '*:playlist or directory or audio file:_files'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author