[Bash-completion-commits] [SCM] bash-completion branch, master, updated. ca9405710e424527b73f41961eebc934f3e93247

Ville Skyttä ville.skytta at iki.fi
Sun Feb 6 12:46:57 UTC 2011


The following commit has been merged in the master branch:
commit ca9405710e424527b73f41961eebc934f3e93247
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Feb 6 14:46:52 2011 +0200

    Add kid3 filename completion.

diff --git a/CHANGES b/CHANGES
index de7954b..642f124 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.
diff --git a/bash_completion b/bash_completion
index b53091a..9d997cb 100644
--- a/bash_completion
+++ b/bash_completion
@@ -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

-- 
bash-completion



More information about the Bash-completion-commits mailing list