Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bash-completion > shell-completion | Kay Sievers | 2012-11-03 | 1 | -602/+0 |
| | |||||
* | bash-completion: add completion for coredumpctl | Zbigniew Jędrzejewski-Szmek | 2012-10-30 | 1 | -13/+59 |
| | |||||
* | bash-completion: avoid usage of ls for listing devices | Dave Reisner | 2012-10-28 | 1 | -1/+4 |
| | |||||
* | bash-completion: add minimal 'udevadm' support | Kay Sievers | 2012-10-28 | 1 | -0/+75 |
| | |||||
* | completion: fix typo in accessing array index | Ramkumar Ramachandra | 2012-10-28 | 1 | -2/+2 |
| | | | | | Remove spurious '}'. This error went unnoticed so far because Bash doesn't complain. | ||||
* | bash-compleiton: add missing --disk-usage option for journalctl | Dave Reisner | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | bash-completion: update journalctl for recently added flags | Dave Reisner | 2012-10-21 | 1 | -7/+12 |
| | | | | | Fixes a few minor bugs as well with flags which take arguments but for which the values can never be known. | ||||
* | bash-completion: avoid appending space after field competion | Dave Reisner | 2012-10-21 | 1 | -5/+2 |
| | | | | | | | | 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> | ||||
* | bash-completion: ensure iterators are locally scoped | Dave Reisner | 2012-10-20 | 1 | -5/+5 |
| | | | | Avoids leaking the 'i' variable to the user's shell session. | ||||
* | bash-completion: add completions for hostnamectl | Dave Reisner | 2012-10-20 | 1 | -0/+35 |
| | |||||
* | bash-completion: add completions for localectl | Dave Reisner | 2012-10-20 | 1 | -0/+50 |
| | |||||
* | bash-completion: add completions for timedatectl | Dave Reisner | 2012-10-20 | 1 | -0/+50 |
| | |||||
* | bash-completion: complete values for journal fields | Dave Reisner | 2012-10-18 | 1 | -2/+11 |
| | | | | | | 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. | ||||
* | bash-completion: fix whitespace | Dave Reisner | 2012-09-22 | 1 | -6/+6 |
| | | | | Use spaces for indentation instead of tabs. | ||||
* | bash-completion: add rumidentary support for journalctl | Dave Reisner | 2012-09-22 | 1 | -0/+51 |
| | |||||
* | bash: Reflect new name of loginctl in bash-completion script | Gert Michael Kulyk | 2012-05-29 | 1 | -3/+3 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=50402 | ||||
* | bash-completion: use printf instead of echo | Michal Schmidt | 2012-05-09 | 1 | -16/+16 |
| | | | | | | If the expanded argument begins with '-', echo would try to interpret it as options. printf does not have this problem. Use it everywhere. | ||||
* | bash-completion: avoid losing backslashes in unit names | Michal Schmidt | 2012-05-09 | 1 | -21/+21 |
| | | | | | | | | | | | 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 | ||||
* | build-sys: create top-level directory for bash completion | Lennart Poettering | 2012-04-12 | 1 | -0/+281 |