Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-03 | bash-completion > shell-completion | Kay Sievers | |
2012-10-30 | bash-completion: add completion for coredumpctl | Zbigniew Jędrzejewski-Szmek | |
2012-10-28 | bash-completion: avoid usage of ls for listing devices | Dave Reisner | |
2012-10-28 | bash-completion: add minimal 'udevadm' support | Kay Sievers | |
2012-10-28 | completion: fix typo in accessing array index | Ramkumar Ramachandra | |
Remove spurious '}'. This error went unnoticed so far because Bash doesn't complain. | |||
2012-10-26 | bash-compleiton: add missing --disk-usage option for journalctl | Dave Reisner | |
2012-10-21 | bash-completion: update journalctl for recently added flags | Dave Reisner | |
Fixes a few minor bugs as well with flags which take arguments but for which the values can never be known. | |||
2012-10-20 | bash-completion: avoid appending space after field competion | Dave Reisner | |
Resolves the TODO, and also uses compgen's -S flag to append the trailing equals, rather than relying on an array-wide parameter expansion. Suggested-by: Ran Benita <ran234@gmail.com> | |||
2012-10-20 | bash-completion: ensure iterators are locally scoped | Dave Reisner | |
Avoids leaking the 'i' variable to the user's shell session. | |||
2012-10-20 | bash-completion: add completions for hostnamectl | Dave Reisner | |
2012-10-20 | bash-completion: add completions for localectl | Dave Reisner | |
2012-10-20 | bash-completion: add completions for timedatectl | Dave Reisner | |
2012-10-18 | bash-completion: complete values for journal fields | Dave Reisner | |
This adds completion for the new -F, --field flag, but also uses this option directly from journalctl to complete values for fields which might be used as filters. | |||
2012-09-21 | bash-completion: fix whitespace | Dave Reisner | |
Use spaces for indentation instead of tabs. | |||
2012-09-21 | bash-completion: add rumidentary support for journalctl | Dave Reisner | |
2012-05-29 | bash: Reflect new name of loginctl in bash-completion script | Gert Michael Kulyk | |
https://bugs.freedesktop.org/show_bug.cgi?id=50402 | |||
2012-05-09 | bash-completion: use printf instead of echo | Michal Schmidt | |
If the expanded argument begins with '-', echo would try to interpret it as options. printf does not have this problem. Use it everywhere. | |||
2012-05-09 | bash-completion: avoid losing backslashes in unit names | Michal Schmidt | |
Use 'read -r' everywhere to consider backslashes as parts of the input line. Single-quote the arguments to 'compgen -W' to avoid immediate expansion. compgen itself will expand the argument. Fixes a possible reason for "Failed to issue method call: Unknown unit" after requesting completion. https://bugzilla.redhat.com/show_bug.cgi?id=814966 | |||
2012-04-12 | build-sys: create top-level directory for bash completion | Lennart Poettering | |