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ä ]
|
||||
* Activate hping2 completion also for hping and hping3.
|
||||
* Add badblocks, compgen, crontab, dumpe2fs, e2freefrag, e2label, ether-wake,
|
||||
filefrag, iftop, lrzip, POSIX sh, sysbench, tune2fs, xmodmap, and xrdb
|
||||
completions.
|
||||
filefrag, iftop, lrzip, POSIX sh, sha{,224,256,384,512}sum, sysbench,
|
||||
tune2fs, xmodmap, and xrdb completions.
|
||||
* Add *.gif (Alioth: #312512), *.m2t (Alioth: #312770), *.3gpp, *.3gpp2,
|
||||
and *.awb to mplayer filename 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 \
|
||||
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 \
|
||||
nm objcopy objdump od paste patch pr ptx readelf rm rmdir sed sha1sum \
|
||||
shar sort split strip tac tail tee texindex touch tr unexpand uniq vdir \
|
||||
wc wget who; do
|
||||
nm objcopy objdump od paste patch pr ptx readelf rm rmdir sed \
|
||||
sha{,1,224,256,384,512}sum shar sort split strip tac tail tee texindex \
|
||||
touch tr unexpand uniq vdir wc wget who; do
|
||||
have $i && complete -F _longopt -o filenames $i
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user