History log of /systemd/shell-completion/bash/loginctl
Revision Date Author Comments Expand
c2af810150f41057980342a3614cd0155a480c09 24-Nov-2015 Evgeny Vereshchagin <evvers@ya.ru>

bash-completion: list valid signal names this is a follow-up for commit 18540892d18addc4dcb81

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.

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

841aa8c0b484b96654b95d3c4e936e37da4c7dda 22-Dec-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

loginctl,shell-completions: fix listing of sessions/users/seats

86cb0691b71873c6fe30a103dc98153e2d9ab507 06-Dec-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

shell-completion: busctl

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.