summaryrefslogtreecommitdiff
path: root/shell-completion/bash/loginctl
Commit message (Collapse)AuthorAge
* bash-completion: list valid signal namesEvgeny Vereshchagin2017-05-17
| | | | this is a follow-up for commit 18540892d18addc4dcb81
* Updates in bash autocompletionsCarlos Morata Castillo2015-01-29
| | | | | | | | | Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers.
* bash-completion: fix completion of complete verbsZbigniew Jędrzejewski-Szmek2014-02-06
| | | | | | | 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
* loginctl,shell-completions: fix listing of sessions/users/seatsZbigniew Jędrzejewski-Szmek2013-12-21
|
* shell-completion: busctlZbigniew Jędrzejewski-Szmek2013-12-05
|
* bash-completion: use a better definition of __contains_wordDave Reisner2013-07-30
| | | | | | | | | | - 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...
* bash-completion: split completions and move to new locationMichael Biebl2013-03-03
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.