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:
parent
eea8514302
commit
f70e0ab9de
3 changed files with 24 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
DISTFILES_SRC='
|
||||
.distfiles
|
||||
_defaults _fink _hdiutil _open
|
||||
_defaults _fink _hdiutil _open _qtplay _softwareupdate
|
||||
'
|
||||
|
|
20
Completion/Darwin/Command/_qtplay
Normal file
20
Completion/Darwin/Command/_qtplay
Normal 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'
|
||||
|
Loading…
Reference in a new issue