Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-15 | zsh_completion: Remove ctls function from _systemd | William Giokas | |
The _ctls function in the main _systemd file is not needed. | |||
2013-08-15 | zsh_completion: Allow specifying multiple arguments | William Giokas | |
Some of the options in systemd can take multiple arguments, such as systemctl's --type option. Previously, you would only be able to complete a single type after the -t, but now zsh will continue to complete the types, separating them by commas. systemd-inhibit's --what command has colon (:), and that has been taken into account. | |||
2013-08-02 | zsh_completion: Split out zsh _systemd-tmpfiles | William Giokas | |
You can choose to have systemd-tmpfiles at configuration time, so only install the completion for this if configured to do so. | |||
2013-08-02 | zsh_completion: Remove unused functions | William Giokas | |
2013-08-02 | zsh_completion: Split out zsh _machinectl | William Giokas | |
2013-08-02 | zsh_completion: Split out zsh _systemd-analyze | William Giokas | |
2013-08-02 | zsh_completion: Split out zsh _systemd-inhibit | William Giokas | |
2013-08-02 | zsh_completion: Split out zsh _systemd-nspawn | William Giokas | |
Also fix the random lack of completion | |||
2013-08-02 | zsh_completion: Split out zsh _udevadm | William Giokas | |
2013-08-02 | zsh_completion: Split out zsh _timedatectl | William Giokas | |
2013-08-02 | zsh_completion: Split out zsh _coredumpctl | William Giokas | |
2013-08-02 | zsh_completion: Split out zsh _localectl | William Giokas | |
2013-08-02 | zsh_completion: Split out zsh _journalctl | William Giokas | |
Re-ordered some of the options and added a few that were missing previously as well. | |||
2013-08-02 | zsh_completion: Split out zsh _hostnamectl | William Giokas | |
2013-08-02 | zsh_completion: Split out zsh _loginctl | William Giokas | |
2013-08-02 | zsh_completion: Split out zsh _systemctl | William Giokas | |
2013-08-02 | zsh_completion: fix zsh completion installation | William Giokas | |
Moved zsh shell completion to shell-completion/zsh/_systemd for automake's sake. Also allow users to specify where the files should go with:: ./configure --with-zshcompletiondir=/path/to/some/where and by default going to `$datadir/zsh/site-functions` |