Add filename completion for portecle.
This commit is contained in:
parent
16d5c5b333
commit
6833d7c6a6
5
CHANGES
5
CHANGES
@ -12,8 +12,9 @@ bash-completion (2.x)
|
|||||||
[ Ville Skyttä ]
|
[ Ville Skyttä ]
|
||||||
* Activate hping2 completion also for hping and hping3.
|
* Activate hping2 completion also for hping and hping3.
|
||||||
* Add badblocks, compgen, crontab, dumpe2fs, e2freefrag, e2label, ether-wake,
|
* Add badblocks, compgen, crontab, dumpe2fs, e2freefrag, e2label, ether-wake,
|
||||||
filefrag, growisofs, iftop, ip (Debian: #600617), lrzip, lsof, POSIX sh,
|
filefrag, growisofs, iftop, ip (Debian: #600617), lrzip, lsof, portecle,
|
||||||
sha{,224,256,384,512}sum, sysbench, tune2fs, xmodmap, and xrdb completions.
|
POSIX sh, sha{,224,256,384,512}sum, sysbench, tune2fs, xmodmap, and xrdb
|
||||||
|
completions.
|
||||||
* Add *.gif (Alioth: #312512), *.m2t (Alioth: #312770), *.3gpp, *.3gpp2,
|
* Add *.gif (Alioth: #312512), *.m2t (Alioth: #312770), *.3gpp, *.3gpp2,
|
||||||
*.awb, and *.iso (Alioth: #311420) to mplayer filename completions.
|
*.awb, and *.iso (Alioth: #311420) to mplayer filename completions.
|
||||||
* Add "short" tarball extensions to unxz, unlzma etc completions.
|
* Add "short" tarball extensions to unxz, unlzma etc completions.
|
||||||
|
@ -122,6 +122,7 @@ complete -f -X '!*.[Hh][Rr][Bb]' hbrun
|
|||||||
complete -f -X '!*.ly' lilypond ly2dvi
|
complete -f -X '!*.ly' lilypond ly2dvi
|
||||||
complete -f -X '!*.@(dif?(f)|?(d)patch)?(.@([gx]z|bz2|lzma))' cdiff
|
complete -f -X '!*.@(dif?(f)|?(d)patch)?(.@([gx]z|bz2|lzma))' cdiff
|
||||||
complete -f -X '!*.lyx' lyx
|
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
|
# FINISH exclude -- do not remove this line
|
||||||
|
|
||||||
# start of section containing compspecs that can be handled within bash
|
# start of section containing compspecs that can be handled within bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user