mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
21987: completion for cplay.
This commit is contained in:
parent
870d3f39b3
commit
efe48cacd4
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-05 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 21987: Completion/Unix/Command/_cplay: completion for
|
||||
cplay.
|
||||
|
||||
2005-11-04 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* users/9618 modified as suggested in users/9621: Doc/Zsh/expn.yo,
|
||||
|
|
8
Completion/Unix/Command/_cplay
Normal file
8
Completion/Unix/Command/_cplay
Normal file
|
@ -0,0 +1,8 @@
|
|||
#compdef cplay
|
||||
|
||||
_arguments -s \
|
||||
'-n[enable restricted mode]' \
|
||||
'-r[toggle playlist repeat mode]' \
|
||||
'-R[toggle playlist random mode]' \
|
||||
'-v[toggle PCM and MASTER volume control]' \
|
||||
'*:playlist or directory or audio file:_files'
|
Loading…
Add table
Add a link
Reference in a new issue