1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-10 22:31:24 +02:00
zsh/Completion/Darwin/Command/_qtplay

20 lines
525 B
Text

#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'