Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _qtplay



qtplay is a comand-line wrapper around Quick Time for Mac OS X. (See http://home.earthlink.net/~rainbowflight/#qtplay) I don't know if we want to include a mac-only program in the standard suite, but I thought I'd send it in in any case, in case it's wanted. Let me know if there are any questions or suggestions...

*** /dev/null	Mon May  9 14:13:12 2005
--- /usr/share/zsh/4.1.1/functions/_qtplay	Mon May  9 13:44:50 2005
***************
*** 0 ****
--- 1,19 ----
+ #compdef qtplay
+
+ _arguments -S \
+     "-cd[play a CD]:*: : " \
+     "(-)-f[read files as playlist]:*:playlists:_files" \
+     "-l[loop]" \
+     "-q[quiet]" \
+     "-Q[quicktime only]" \
+     "-s[speak filenames]" \
+     "-S[sound manager only]" \
+     "-v[verbose]" \
+     "-z[shuffle play]" \
+     "-Z[random play]" \
+     "-1[play one random file]" \
+     "-t[update time]:floating point seconds: " \
+     "-T[kill time]:ticks: " \
+     "-V[volume]:percentage of normal volume: " \
+     "(-? --help -h)"{-?,--help,-h}"[help]" \
+     "(-)*:QT files or directories:_files"



Messages sorted by: Reverse Date, Date, Thread, Author