Systemd/shell-completion/zsh
Eric Cook b0fe29ff9e zsh-completion: _loginctl - general bug fixes
1) the iterator `fun' has an local scope. after running the completer,
it will no longer be defined.

2) use _describe instead of calling compadd. Using compadd without
calling _description or something similar before, restricts the
user's ability to customize what is presented to them.
zstyle ':completion:*' format 'Completing %d'
  - now displays an header showing what is being completed.
zstyle ':completion::complete:loginctl-*::users' users user1 user2
  - allows the user to manually specify which users is offered
zstyle :completion::complete:loginctl-kill-user:\* \
ignored-patterns '(100<0-4>|user1)'
  - selectively ignore some users when completing loginctl kill-user
    <tab>
Sessions, UIDs now have descriptions when selecting them.

3) removed the call to _loginctl_all_seats in _loginctl_attach(), since
_loginctl_seats calls it a second time, right before adding matches.
There isn't a noticeable difference doing this.
2015-06-17 07:41:24 -04:00
..
.gitignore shell-completion: restore completion for -p 2014-07-15 10:06:12 -04:00
_bootctl zsh-completion: fix typo in _bootctl 2015-06-01 12:07:19 +02:00
_busctl completions: fix/augment zsh completions for systemd-nspawn, busctl, loginctl, hostnamectl, localectl, machinectl 2014-03-25 23:05:03 +01:00
_coredumpctl zsh-completion: add missing completions for coredumpctl 2015-01-12 21:26:27 +01:00
_hostnamectl zsh-completion: update hostnamectl 2015-04-08 02:42:50 +02:00
_journalctl zsh-completion: add missing -M completion for journalctl 2015-04-08 02:42:50 +02:00
_kernel-install zsh-completions: kernel-install - only show existing kernels for 'remove' 2014-02-07 15:48:35 +01:00
_localectl shell-completion,man: beef up chassis completions and description 2014-07-11 09:22:00 -04:00
_loginctl zsh-completion: _loginctl - general bug fixes 2015-06-17 07:41:24 -04:00
_machinectl zsh-completion: add missing completions for machinectl 2015-05-16 11:54:28 -04:00
_sd_hosts_or_user_at_host zsh_completion: Move helper function to autoload 2013-08-14 22:42:56 -04:00
_sd_machines _sd_machines: Use machinectl --no-legend 2014-03-15 00:32:06 -04:00
_sd_outputmodes fix zsh completion typo 2015-01-15 00:57:45 +01:00
_sd_unit_files shell-completion: systemd-analyze verify, systemctl link 2014-07-21 22:33:51 -04:00
_systemctl.in zsh-completion: optimize _filter_units_by_property 2015-06-06 12:54:41 +02:00
_systemd readahead: wipe out readahead 2014-09-25 16:39:18 +02:00
_systemd-analyze zsh-completion: update -M completion for systemd-analyze 2015-05-16 11:54:28 -04:00
_systemd-delta zsh_completion: Fix single letter args 2013-08-23 12:48:14 -04:00
_systemd-inhibit zsh_completion: Allow specifying multiple arguments 2013-08-15 11:29:08 -04:00
_systemd-nspawn zsh-completion: add missing completions for systemd-nspawn 2015-05-16 11:54:28 -04:00
_systemd-run zsh-completion: add missing completions for systemd-run 2015-01-12 22:13:33 +01:00
_systemd-tmpfiles zsh-completion: add missing completions for systemd-tmpfiles 2015-01-12 22:19:34 +01:00
_timedatectl zsh-completion: add missing -M completion for timedatectl 2015-01-12 21:31:45 +01:00
_udevadm udev: builtin - rename net_link to net_setup_link 2013-10-29 14:17:57 +01:00
Makefile build-sys: add missing makefile symlinks 2014-02-26 02:19:28 +01:00