mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
21 lines
525 B
Plaintext
21 lines
525 B
Plaintext
#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'
|
|
|