zsh-workers
 help / color / mirror / code / Atom feed
From: Jesse W <jessw@netwood.net>
To: zsh-workers@sunsite.dk
Subject: PATCH: _qtplay
Date: Mon, 9 May 2005 14:13:46 -0700	[thread overview]
Message-ID: <3B3D0962-C0CF-11D9-97E1-000A957CB0EE@netwood.net> (raw)

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"


             reply	other threads:[~2005-05-09 21:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-09 21:13 Jesse W [this message]
2005-05-10  3:51 ` Bart Schaefer
2007-09-28  7:01   ` Jesse W

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B3D0962-C0CF-11D9-97E1-000A957CB0EE@netwood.net \
    --to=jessw@netwood.net \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).