b4f91f2ba354c16dc23111cc231010c975c717a2 |
|
29-Jan-2015 |
Carlos Morata Castillo <cmc809@inlumine.ual.es> |
Updates in bash autocompletions
Hi,
I did ./check-undocumented.sh -b (my script just submitted) and checked
the results.
Cheers. |
627a98d39844a1ac10fde1f72cf18b4f08be4990 |
|
06-Feb-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
shell-completion: fix completion of localectl set-locale
https://bugs.freedesktop.org/show_bug.cgi?id=74157 |
3ce09b7da2eb8b888066468663b2b5c81a05a03c |
|
06-Feb-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
bash-completion: fix completion of complete verbs
When doing 'command verb<TAB>', the arguments for verb would be
proposed, but it is too early. We should complete verb first.
https://bugs.freedesktop.org/show_bug.cgi?id=74596 |
a72d698d0d9ff9c158155b44cdc77376df31a317 |
|
30-Jul-2013 |
Dave Reisner <dreisner@archlinux.org> |
bash-completion: use a better definition of __contains_word
- scope the iterator var
- use the correct, quoted, non-expansion prone positional parameter
notation
- prevent expansion on RHS of comparison
- remove unneeded explicit returns.
This really should be defined only once... |
d611dadcc74db10ba533ee6859308f5fc505aee1 |
|
03-Mar-2013 |
Michael Biebl <biebl@debian.org> |
bash-completion: split completions and move to new location
Split the large bash completion script into separate, smaller files each
named after the binary it is used for and move the files to
/usr/share/bash-completion/completions. This way the completions can be
loaded on demand and we only install the completions for the tools we
actually build. The old path /etc/bash_completion.d/ is deprecated and
will disappear in the future. |