dana
992f51ea42
Slightly improve performance of startable/restartable unit completion ( #7839 )
2018-01-28 13:29:58 +01:00
Yu Watanabe
90657286fc
analyze: merge {get,set}-log-{level,target} to log-{level,target} ( #8020 )
...
Also, service-watchdogs now shows current watchdog state when
no optional argument is provided.
2018-01-27 13:51:32 +01:00
Zbigniew Jędrzejewski-Szmek
dba081db31
zsh: add service-watchdogs
...
A zsh counterpart to 21a6abdf0e .
2018-01-26 15:24:09 +01:00
Jan Klötzke
21a6abdf0e
bash-completion: systemd-analyze: add service-watchdogs verb
2018-01-22 21:39:57 +01:00
Zbigniew Jędrzejewski-Szmek
c557fc3e2f
Merge pull request #7844 from yuwata/bash-completion
...
update bash completions
2018-01-15 13:51:29 +04:00
Wieland Hoffmann
a6e4952d56
zsh/coredumpctl: Never sort the completion candidates
...
That way, they're always sorted by date. I do not know how to make ZSH sort
them by PID through some option, but that doesn't seem very useful in the first
place.
2018-01-13 15:23:28 +01:00
Wieland Hoffmann
83701d75fb
zsh/coredumpctl: Fix the completion
...
An output from coredumpctl list is like
> TIME PID UID GID SIG COREFILE EXE
> Sun 2016-05-29 18:44:03 CEST 14578 1000 1000 6 none /tmp/pacaurtmp-wieland/python33/src/Python-3.3.6/python
^1 ^2 ^3 ^4 ^5
, but the previous sub() command turns that into
> TIMEPID UID GID SIG COREFILE EXE
> Sun2016-05-29 18:44:03 CEST 14578 1000 1000 6 none /tmp/pacaurtmp-wieland/python33/src/Python-3.3.6/python
^1 ^2 ^3 ^4 ^5
so the whole pipeline generated entries like
$UID:$DESCRIPTION
but that's not useful and probably not what was supposed to happen.
This now generates entries like
$PID:$DESCRIPTION
which make everything work.
Note that with this commmit, the completions will be sorted by PID by
ZSH.
2018-01-13 15:08:36 +01:00
Yu Watanabe
68c7139a4b
bash-completion: timedatectl: suggests hostname and machine name
2018-01-10 23:21:26 +09:00
Yu Watanabe
e352389a02
bash-completion: run: add missing options
2018-01-10 23:21:22 +09:00
Yu Watanabe
14aeb7ce7f
bash-completion: resolve: add missing options
2018-01-10 23:20:52 +09:00
Yu Watanabe
86b4188d5e
bash-completion: nspawn: add missing options
2018-01-10 23:20:45 +09:00
Yu Watanabe
51bcbb6030
bash-completion: detect-virt: add missing option
2018-01-10 23:19:20 +09:00
Yu Watanabe
82ebb6ba1f
bash-completion: cgls: suggests units
2018-01-10 23:19:00 +09:00
Yu Watanabe
7c3940f6ce
bash-completion: analyze: add missing options and verbs
2018-01-10 23:18:49 +09:00
Yu Watanabe
035dd8c0a3
bash-completion: systemctl: add missing options and verbs
2018-01-10 23:18:16 +09:00
Yu Watanabe
f568dcd101
bash-completion: networkctl: 'list' and 'lldp' can take links
2018-01-10 23:17:41 +09:00
Yu Watanabe
6d92077e39
bash-completion: machinectl: add missing options and verbs
2018-01-10 23:17:32 +09:00
Yu Watanabe
fe56e4ba47
bash-completion: loginctl: add missing options and verbs
2018-01-10 23:16:41 +09:00
Yu Watanabe
f822279e62
bash-completion: localectl: add a missing option and verbs
2018-01-10 23:16:36 +09:00
Yu Watanabe
29e08b9e9e
bash-completion: kernel-install: update default path to kernel image
2018-01-10 23:16:29 +09:00
Yu Watanabe
41053e9bdf
bash-completion: journalctl add missing options
...
Also, this deprecates '--this-boot' option.
2018-01-10 23:16:14 +09:00
Yu Watanabe
afcb2246be
bash-completion: hostnamectl: add a missing option
2018-01-10 23:15:45 +09:00
Yu Watanabe
245c1e6802
bash-completion: coredumpctl: support more options
2018-01-10 23:15:21 +09:00
Yu Watanabe
cdb8ec2d37
bash-completion: busctl: support more options and verbs
2018-01-10 23:11:00 +09:00
Yu Watanabe
92360836a0
bash-completion: bootctl: support more options and verbs
2018-01-10 23:10:19 +09:00