1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 05:24:23 +01:00

22179: complete audio files and playlists based on a list of file extensions provided by Joe Wreschnig.

This commit is contained in:
Clint Adams 2006-01-29 05:10:55 +00:00
parent b36a03d4b5
commit 8d80ff8ad9
2 changed files with 7 additions and 1 deletions

@ -1,3 +1,9 @@
2006-01-29 Clint Adams <clint@zsh.org>
* 22179: Completion/Unix/Command/_cplay: complete audio files
and playlists based on a list of file extensions provided
by Joe Wreschnig.
2006-01-28 Clint Adams <clint@zsh.org>
* 22174: Completion/Unix/Command/_vorbis: fix misspelling

@ -5,4 +5,4 @@ _arguments -s \
'-r[toggle playlist repeat mode]' \
'-R[toggle playlist random mode]' \
'-v[toggle PCM and MASTER volume control]' \
'*:playlist or directory or audio file:_files'
'*:playlist or directory or audio file:_files -g "*.(mp3|mp2|ogg|669|amf|ams|dsm|far|it|med|mod|mt2|mtm|okt|s3m|stm|ult|gdm|xm|m3u|pls|spx|wav|au)"'