summaryrefslogtreecommitdiff
path: root/shell-completion/bash
Commit message (Collapse)AuthorAgeFilesLines
* core: add support for RestartKillSignal= to override signal used for restart ↵Zbigniew Jędrzejewski-Szmek2019-10-021-1/+1
| | | | | | | | jobs v2: - if RestartKillSignal= is not specified, fall back to KillSignal=. This is necessary to preserve backwards compatibility (and keep KillSignal= generally useful).
* Merge pull request #11883 from yuwata/network-dhcp-renewYu Watanabe2019-09-221-1/+1
|\ | | | | network: dhcp renew
| * networkctl: add renew commandYu Watanabe2019-09-211-1/+1
| |
* | shell-completion: do not truncate suggestionsYu Watanabe2019-09-011-1/+1
| |
* | bash-completion: support "systemd-analyze exit-status"Yu Watanabe2019-07-301-1/+1
|/
* bash-completion: support ntp-servers and revert command for timedatectlYu Watanabe2019-07-171-0/+9
|
* bash-completion: add missing 'systemd-analyze timestamp'Yu Watanabe2019-07-161-1/+1
|
* bash-completion: udevadm: list all possible values for --action optionYu Watanabe2019-06-291-2/+2
|
* bash-completion: support systemd-analyze conditionYu Watanabe2019-06-281-1/+1
|
* resolved: add strict mode for DNS-over-TLSIwan Timmer2019-06-192-2/+2
| | | | Add strict mode for DNS-over-TLS, which will require TLS support from the server. Closes #10755
* bash-completion: support "networkctl delete"Yu Watanabe2019-06-041-1/+1
|
* udevadm: add --wait-for-initialization option to "udevadm info"Yu Watanabe2019-06-041-1/+2
|
* bash-completion: support --stats/-s option of networkctlYu Watanabe2019-06-011-1/+1
|
* bash-completion: correctly react to an unescaped unit nameFrantisek Sumsal2019-05-302-7/+31
|
* bash-completion: update options for bootctlYu Watanabe2019-05-281-3/+3
|
* bash-completion: accept files for --bind/--bind-ro optionsFrantisek Sumsal2019-04-261-2/+2
|
* bash-completion: process only non-template units for systemctl isolateFrantisek Sumsal2019-04-261-1/+1
|
* bash-completion: don't sort syslog prioritiesFrantisek Sumsal2019-04-261-0/+1
| | | | | | By default, the available completions are sorted alphabetically, which is counterproductive in case of syslog priorities. Override the default behavior using the `nosort` option
* bash-completion: unify indentationFrantisek Sumsal2019-04-241-1/+1
|
* bash-completion: properly autocomplete escaped unit namesFrantisek Sumsal2019-04-242-2/+11
|
* shell-completion: use 4 space indentation tooZbigniew Jędrzejewski-Szmek2019-04-1226-1920/+1920
| | | | The same as in other places, indentation levels were all over the place.
* bash-completion: unify indentationFrantisek Sumsal2019-03-231-2/+2
|
* bash-completion: use default completion for redirect operatorsFrantisek Sumsal2019-03-231-0/+7
|
* bash-completion: add systemd-id128 supportYu Watanabe2019-03-151-0/+74
|
* bash-completion: also suggest units in reloading or activatingYu Watanabe2019-03-121-1/+4
| | | | Closes #11942.
* journalctl: New option --cursor-fileJörg Sommer2019-02-271-1/+1
| | | | | | | | | | | | | | | | The option cursor-file takes a filename as argument. If the file exists and contains a valid cursor, this is used to start the output after this position. At the end, the last cursor gets written to the file. This allows for an easy implementation of a timer that regularly looks in the journal for some messages. journalctl --cursor-file err-cursor -b -p err journalctl --cursor-file audit-cursor -t audit --grep DENIED Or you might want to walk the journal in steps of 10 messages: journalctl --cursor-file ./curs -n10 --since=today -t systemd
* bash-completion: busctl: add 'emit' command supportYu Watanabe2019-02-061-1/+8
|
* bash-completion: udevadm: support recently added optionsYu Watanabe2019-01-181-2/+2
|
* Merge pull request #10221 from lucaswerkmeister/bash-completionZbigniew Jędrzejewski-Szmek2018-12-181-0/+11
|\ | | | | | | | | Merged locally to resolve a conflict. The redirection of error is required to suppress "# Not showing unlisted system calls, ...".
| * bash-completion: analyze: complete system call setsLucas Werkmeister2018-09-301-0/+11
| |
* | bash-completion: also suggests device unitsYu Watanabe2018-12-171-2/+7
| | | | | | | | Follow-up for b6854081ffb26c32a8d1440346f9ee5b9d2f1e57.
* | bash-completion: udevadm: suggest argument for several optionsYu Watanabe2018-12-171-19/+152
| |
* | bash-completion: fix __get_interfaces()Yu Watanabe2018-12-173-7/+7
| |
* | Merge pull request #11147 from yuwata/bash-completion-machinectlZbigniew Jędrzejewski-Szmek2018-12-146-11/+69
|\ \ | | | | | | bash-completion: adds import-fs for machinectl and suggest more
| * | bash-completion: nspawn: support recently added optionsYu Watanabe2018-12-141-3/+32
| | |
| * | bash-completion: run: support recently added optionsYu Watanabe2018-12-141-2/+14
| | |
| * | bash-completion: systemctl: use --output=help to show suggestionsYu Watanabe2018-12-141-2/+1
| | |
| * | bash-completion: journalctl: use --output=help to show suggestionsYu Watanabe2018-12-141-1/+1
| | |
| * | bash-completion: journalctl: drop deprecated --new-id128 optionYu Watanabe2018-12-141-1/+1
| | |
| * | bash-completion: loginctl: suggest argument for --machine optionYu Watanabe2018-12-141-0/+9
| | |
| * | bash-completion: loginctl: suggest argument for --output optionYu Watanabe2018-12-141-0/+3
| | |
| * | bash-completion: machinectl: suggest arguments for --verify and --formatYu Watanabe2018-12-141-1/+7
| | | | | | | | | | | | | | | This also changes to use '--output=help' for suggesting arguments of --output option.
| * | bash-completion: machinectl: support import-fsYu Watanabe2018-12-141-1/+1
| | |
* | | bash-completion: busctl: support --json and -j optionYu Watanabe2018-12-141-2/+6
| | |
* | | bash-completion: bootctl: support set-default and set-oneshotYu Watanabe2018-12-141-0/+20
| | |
* | | bash-completion: bootctl: suggest argument for --path optionYu Watanabe2018-12-141-0/+15
| | |
* | | bash-completion: bootctl: add one missing optionYu Watanabe2018-12-141-1/+1
|/ /
* | bash-completion: analyze: support 'security'Yu Watanabe2018-12-071-1/+19
| |
* | bash-completion: analyze: add timespanYu Watanabe2018-10-231-1/+1
| | | | | | | | Follow-up for 3f1c1287a96dfc146ce894bd6bfff388cba0ab55.
* | journalctl: port JSON output mode to new JSON APILennart Poettering2018-10-113-3/+3
|/ | | | | | Also, while we are at it, beef it up, by adding json-seq support (i.e. https://tools.ietf.org/html/rfc7464). This is particularly useful in conjunction with jq's --seq switch.