[Bash-completion-devel] Bug#855950: find not only

2017-02-23 Thread Dan Jacobson
Package: bash-completion Version: 1:2.1-4.3 Severity: wishlist If one does $ find one can only complete directories. However files should also be included. ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

[Bash-completion-devel] Bug#867735: Bug#867735: dlocate completions

2017-07-09 Thread Dan Jacobson
reassign 867735 dlocate thanks Ah, the problem is in /etc/bash_completion.d/dlocate-completion . ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

[Bash-completion-devel] Bug#867735: dlocate completions

2017-07-08 Thread Dan Jacobson
Package: bash-completion Version: 1:2.1-4.3 $ dlocate /usr/sha doesn't complete. Also dlocate - doesn't show newer options. ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

[Bash-completion-devel] Bug#867734: $ set $(cat /tm

2017-07-08 Thread Dan Jacobson
Package: bash-completion Version: 1:2.1-4.3 Cannot complete filenames at this point: $ set `cat /tmp/ Even worse is $ set $(cat /tm $ set $(cat /tmbash: eval: line 22: unexpected EOF while looking for matching `)' bash: eval: line 23: syntax error: unexpected end of file bash: eval: line 22:

[Bash-completion-devel] Bug#871227: sh can execute more that *.sh files

2017-08-06 Thread Dan Jacobson
Package: bash-completion Version: 1:2.1-4.3 File: /usr/share/bash-completion/completions/sh $ sh bin/ backup_attempt.sh heavens-above-which.sh What about all the other shell scripts there that don't end in .sh?! ___ Bash-completion-devel mailing

[Bash-completion-devel] Bug#864673: arguments after cpio -tvF FILE

2017-06-12 Thread Dan Jacobson
Package: bash-completion Version: 1:2.1-4.3 File: /usr/share/bash-completion/completions/cpio I was unable to type the ~/panoramio/* of $ cpio -tvF /mnt/usb/thumb/PANORAMO.cpio ~/panoramio/* Nothing could be completed after FILE. ___

[Bash-completion-devel] Bug#864691: dpkg -i ~username adds space at end wrongly

2017-06-12 Thread Dan Jacobson
Package: bash-completion Version: 1:2.1-4.3 File: /usr/share/bash-completion/completions/dpkg Do # dpkg -i ~nords it expands to $ dpkg -i /home/nordsburg [] where the correct result would be $ dpkg -i /home/nordsburg/[] ([] is the cursor). ___

[Bash-completion-devel] Bug#865957: Bug#865957: cat -v -t -e, dpkg-deb -c etc.

2017-06-26 Thread Dan Jacobson
Another idea might be when the user hits TAB have this kind of list appear: --bla (-b) --snorf (-s) etc. or --bla (-b), --snorf (-s), etc. > "VS" == Ville Skyttä writes: VS> Suggesting long options this way is by design; short ones should be VS> suggested only when no

[Bash-completion-devel] Bug#865875: k*m becomes kaaaaam despite other matches

2017-06-25 Thread Dan Jacobson
Package: bash-completion Version: 1:2.1-4.3 $ touch kam kaam kam $ : k*m #becomes: $ : kam https://lists.gnu.org/archive/html/bug-bash/2017-06/msg00289.html ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

[Bash-completion-devel] Bug#865957: cat -v -t -e, dpkg-deb -c etc.

2017-06-25 Thread Dan Jacobson
Package: bash-completion Version: 1:2.1-4.3 Severity: minor $ dpkg-deb - --build--extract --raw-extract --vextract --contents --field--show -S --control --fsys-tarfile --showformat= -Z

[Bash-completion-devel] Bug#865957: Bug#865957: cat -v -t -e, dpkg-deb -c etc.

2017-06-27 Thread Dan Jacobson
Maybe there could be a variable users could set: 0/1: to hide non-recommend completions. ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

[Bash-completion-devel] Bug#873277: sometimes environment variables do not expand

2017-08-25 Thread Dan Jacobson
Package: bash-completion Version: 1:2.1-4.3 Normally $BR expands to $BROWSER for me. Except here!: $ apt-cache show $@|perl -wlne 'print for /http\S+/g'|sort -u|xargs $BR ___ Bash-completion-devel mailing list