1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-07 21:31:17 +02:00

Jesse W: 21244: new completion for qtplay (Quick Time wrapper for Mac OS X)

This commit is contained in:
Oliver Kiddle 2005-05-13 19:11:14 +00:00
parent eea8514302
commit f70e0ab9de
3 changed files with 24 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2005-05-13 Oliver Kiddle <opk@zsh.org>
* Jesse W: 21244 (modified): Completion/Darwin/Command/_qtplay:
new completion for qtplay (Quick Time wrapper for Mac OS X)
* unposted: Completion/X/Command/_qiv: new completion for qiv
2005-05-13 Motoi Washida <a66@h8.dion.ne.jp>

View file

@ -1,4 +1,4 @@
DISTFILES_SRC='
.distfiles
_defaults _fink _hdiutil _open
_defaults _fink _hdiutil _open _qtplay _softwareupdate
'

View file

@ -0,0 +1,20 @@
#compdef qtplay
_arguments -S \
'(- *)-cd[play a CD]' \
'(-)-f[read files as playlist]:*:playlist:_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[specify update time]:update time (seconds)' \
'-T[kill time]:ticks' \
'-V[volume]:percentage of normal volume' \
'(-)'{-?,--help,-h}'[display help information]' \
'(-)*:quicktime file:_files'