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

Ville Skyttä ville.skytta at iki.fi
Sat Jan 15 22:30:19 UTC 2011


The following commit has been merged in the master branch:
commit 6833d7c6a611c1e1cbd9cf0200bae15e80bdc38f
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 16 00:30:14 2011 +0200

    Add filename completion for portecle.

diff --git a/CHANGES b/CHANGES
index 0c59013..c1180d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,8 +12,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, growisofs, iftop, ip (Debian: #600617), lrzip, lsof, POSIX sh,
-    sha{,224,256,384,512}sum, sysbench, tune2fs, xmodmap, and xrdb completions.
+    filefrag, growisofs, iftop, ip (Debian: #600617), lrzip, lsof, 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 b3ac57e..4c0b02b 100644
--- a/bash_completion
+++ b/bash_completion
@@ -122,6 +122,7 @@ complete -f -X '!*.[Hh][Rr][Bb]' hbrun
 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
 # 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