summaryrefslogtreecommitdiffstats
path: root/bash-completion/systemd-bash-completion.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion > shell-completionKay Sievers2012-11-031-602/+0
|
* bash-completion: add completion for coredumpctlZbigniew Jędrzejewski-Szmek2012-10-301-13/+59
|
* bash-completion: avoid usage of ls for listing devicesDave Reisner2012-10-281-1/+4
|
* bash-completion: add minimal 'udevadm' supportKay Sievers2012-10-281-0/+75
|
* completion: fix typo in accessing array indexRamkumar Ramachandra2012-10-281-2/+2
| | | | | Remove spurious '}'. This error went unnoticed so far because Bash doesn't complain.
* bash-compleiton: add missing --disk-usage option for journalctlDave Reisner2012-10-271-1/+1
|
* bash-completion: update journalctl for recently added flagsDave Reisner2012-10-211-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 competionDave Reisner2012-10-211-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 scopedDave Reisner2012-10-201-5/+5
| | | | Avoids leaking the 'i' variable to the user's shell session.
* bash-completion: add completions for hostnamectlDave Reisner2012-10-201-0/+35
|
* bash-completion: add completions for localectlDave Reisner2012-10-201-0/+50
|
* bash-completion: add completions for timedatectlDave Reisner2012-10-201-0/+50
|
* bash-completion: complete values for journal fieldsDave Reisner2012-10-181-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 whitespaceDave Reisner2012-09-221-6/+6
| | | | Use spaces for indentation instead of tabs.
* bash-completion: add rumidentary support for journalctlDave Reisner2012-09-221-0/+51
|
* bash: Reflect new name of loginctl in bash-completion scriptGert Michael Kulyk2012-05-291-3/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=50402
* bash-completion: use printf instead of echoMichal Schmidt2012-05-091-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 namesMichal Schmidt2012-05-091-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 completionLennart Poettering2012-04-121-0/+281