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 |
0b99c9f8f0cbfe9ab3de443cb6f94ecd7d21eae3 |
|
29-Oct-2013 |
Tom Gundersen <teg@jklm.no> |
udev: builtin - rename net_link to net_setup_link
Also add shell completions. |
b5b7ea750388919eee6087eb63f08903b57447cf |
|
30-Jul-2013 |
Dave Reisner <dreisner@archlinux.org> |
bash-completion: simplify udevadm completion
The AA is unnecessary and only adds needless complexity. Replace it
with a case statement instead of repeatedly calling __contains_word to
overglorify string equalities. |
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... |
9d7d42bc406a2ac04639674281ce3ff6beeda790 |
|
10-Jul-2013 |
Kay Sievers <kay@vrfy.org> |
udev: add builtin 'keyboard' to manage key mappings |
a3bd8447be4ea2ce230eb8ae0e815c04d85fa15a |
|
18-Mar-2013 |
Tom Gundersen <teg@jklm.no> |
udev: make firmware loading optional and disable by default
Distros that whish to support old kernels should set
--with-firmware-dirs="/usr/lib/firmware/updates:/usr/lib/firmware"
to retain the old behaviour. |
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. |