Add sha{,224,256,384,512}sum _longopt completions.
This commit is contained in:
parent
82c5d5e2ef
commit
edd22493fe
4
CHANGES
4
CHANGES
@ -9,8 +9,8 @@ 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, iftop, lrzip, POSIX sh, sysbench, tune2fs, xmodmap, and xrdb
|
filefrag, iftop, lrzip, POSIX sh, sha{,224,256,384,512}sum, sysbench,
|
||||||
completions.
|
tune2fs, xmodmap, and xrdb completions.
|
||||||
* Add *.gif (Alioth: #312512), *.m2t (Alioth: #312770), *.3gpp, *.3gpp2,
|
* Add *.gif (Alioth: #312512), *.m2t (Alioth: #312770), *.3gpp, *.3gpp2,
|
||||||
and *.awb to mplayer filename completions.
|
and *.awb to mplayer filename completions.
|
||||||
* Add "short" tarball extensions to unxz, unlzma etc completions.
|
* Add "short" tarball extensions to unxz, unlzma etc completions.
|
||||||
|
@ -1521,9 +1521,9 @@ _longopt()
|
|||||||
for i in a2ps autoconf automake awk bash bc bison cat colordiff cp csplit \
|
for i in a2ps autoconf automake awk bash bc bison cat colordiff cp csplit \
|
||||||
curl cut date df diff dir du enscript expand fmt fold gperf gprof grep \
|
curl cut date df diff dir du enscript expand fmt fold gperf gprof grep \
|
||||||
grub head indent irb ld ldd less ln ls m4 md5sum mkdir mkfifo mknod mv nl \
|
grub head indent irb ld ldd less ln ls m4 md5sum mkdir mkfifo mknod mv nl \
|
||||||
nm objcopy objdump od paste patch pr ptx readelf rm rmdir sed sha1sum \
|
nm objcopy objdump od paste patch pr ptx readelf rm rmdir sed \
|
||||||
shar sort split strip tac tail tee texindex touch tr unexpand uniq vdir \
|
sha{,1,224,256,384,512}sum shar sort split strip tac tail tee texindex \
|
||||||
wc wget who; do
|
touch tr unexpand uniq vdir wc wget who; do
|
||||||
have $i && complete -F _longopt -o filenames $i
|
have $i && complete -F _longopt -o filenames $i
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user