Add kid3 filename completion.

This commit is contained in:
Ville Skyttä 2011-02-06 14:46:52 +02:00
parent 3123e2ac4c
commit ca9405710e
2 changed files with 4 additions and 3 deletions

View File

@ -14,9 +14,9 @@ bash-completion (2.x)
[ Ville Skyttä ]
* Activate hping2 completion also for hping and hping3.
* Add badblocks, compgen, crontab, dumpe2fs, e2freefrag, e2label, ether-wake,
filefrag, gendiff, growisofs, iftop, ip (Debian: #600617), lrzip, lsof,
mktemp, portecle, POSIX sh, sha{,224,256,384,512}sum, sysbench, tune2fs,
xmodmap, and xrdb completions.
filefrag, gendiff, growisofs, iftop, ip (Debian: #600617), kid3, lrzip,
lsof, mktemp, portecle, POSIX sh, sha{,224,256,384,512}sum, sysbench,
tune2fs, xmodmap, and xrdb completions.
* Add *.gif (Alioth: #312512), *.m2t (Alioth: #312770), *.3gpp, *.3gpp2,
*.awb, and *.iso (Alioth: #311420) to mplayer filename completions.
* Add "short" tarball extensions to unxz, unlzma etc completions.

View File

@ -123,6 +123,7 @@ complete -f -X '!*.ly' lilypond ly2dvi
complete -f -X '!*.@(dif?(f)|?(d)patch)?(.@([gx]z|bz2|lzma))' cdiff
complete -f -X '!*.lyx' lyx
complete -f -X '!@(*.@(ks|jks|jceks|p12|pfx|bks|ubr|gkr|cer|crt|cert|p7b|pkipath|pem|p10|csr|crl)|cacerts)' portecle
complete -f -X '!*.@(mp[234c]|og[ag]|@(fl|a)ac|m4[abp]|spx|tta|w?(a)v|wma|aif?(f)|asf|ape)' kid3 kid3-qt
# FINISH exclude -- do not remove this line
# start of section containing compspecs that can be handled within bash