d67b1f525f488e5dfc076972cccf2a6411257fb8 |
|
08-Apr-2015 |
Ronny Chevalier <chevalier.ronny@gmail.com> |
zsh-completion: update hostnamectl |
25fa306ed58b0b7fe30ca9be37c66a7b3b2de70e |
|
06-Nov-2014 |
Lennart Poettering <lennart@poettering.net> |
hostnamed: introduce new "embedded" chassis type
We really don't want to get lost in adding fridge, car, plane, drone, or
whatever else, hence add a generic term "embedded" cover all the cases
where the computer is just part of something bigger, and not at the
focus of things. |
ccb03ac39d5360433e62b8b82e474aa044421bd9 |
|
11-Jul-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
shell-completion: add hostnamectl set-deployment |
1ed774956406941d4812a3fb4493d2915f130f12 |
|
11-Jul-2014 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
shell-completion,man: beef up chassis completions and description
Parameters to hostnamectl command are not optional and should not be marked
as such in the man page. |
4433c995c77b66f42fe4a238aff6b53706628a2e |
|
25-Mar-2014 |
Daniel Mack <zonque@gmail.com> |
completions: fix/augment zsh completions for systemd-nspawn, busctl, loginctl, hostnamectl, localectl, machinectl |
862f4963c6f7778cea9e715eeb11ea959eba6db3 |
|
23-Aug-2013 |
William Giokas <1007380@gmail.com> |
zsh_completion: Fix single letter args
Things like -n to specify the lines to show with systemctl and
journalctl accepts syntax like:
journalctl -n4
systemctl -n14
Previously, typing `-nXX <tab>` where XX is a number, zsh would try to
complete an integer. Now it will see the XX and use the _journalctl_none
completion. This is also how any of the single letter options that take
arguments work as well. |
3e7f60ab32fc2a7d5244d10a0c4e1c3be838409d |
|
15-Aug-2013 |
William Giokas <1007380@gmail.com> |
zsh_completion: Move helper function to autoload
_hosts_or_user_at_host was used by 6 different completions, and
previously was in all 6 of those files. I moved it out to its own file,
_sd_hosts_or_user_at_host. This will be autoloaded for use in other
completion functions. It also allows external completions to use this
function by simply calling _sd_hosts_or_user_at_host as in the systemd
completions. |
db456cd0c65d0e7375b09b72ae6fb60f09e2eb6e |
|
02-Aug-2013 |
William Giokas <1007380@gmail.com> |
zsh_completion: Split out zsh _hostnamectl |