mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
Markus Waldeck: 24799: complete .spx files for ogg123.
This commit is contained in:
parent
84e1cb93ad
commit
a81c33682a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-04-07 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* Markus Waldeck: 24799: Completion/Unix/Command/_vorbis:
|
||||||
|
complete .spx files for ogg123.
|
||||||
|
|
||||||
2008-04-07 Peter Stephenson <pws@csr.com>
|
2008-04-07 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 24797: Doc/Zsh/zle.yo, Functions/Zle/read-from-minibuffer:
|
* 24797: Doc/Zsh/zle.yo, Functions/Zle/read-from-minibuffer:
|
||||||
|
|
|
@ -55,7 +55,7 @@ case $service in
|
||||||
'(-@ --list)'{-@+,--list}'[play all of the files from a playlist]:playlist:_files' \
|
'(-@ --list)'{-@+,--list}'[play all of the files from a playlist]:playlist:_files' \
|
||||||
'--audio-buffer=[size of output audio buffer]:kilobytes' \
|
'--audio-buffer=[size of output audio buffer]:kilobytes' \
|
||||||
\*{-o,--device-option=}'[assign device option values]:device option:->devopts' \
|
\*{-o,--device-option=}'[assign device option values]:device option:->devopts' \
|
||||||
'*:sound file or directory:_files -g "(#i)*.(ogg|flac)"' && ret=0
|
'*:sound file or directory:_files -g "(#i)*.(ogg|flac|spx)"' && ret=0
|
||||||
;;
|
;;
|
||||||
ogginfo)
|
ogginfo)
|
||||||
_arguments \
|
_arguments \
|
||||||
|
|
Loading…
Reference in a new issue