summaryrefslogtreecommitdiff
path: root/shell-completion/systemd-zsh-completion.zsh
AgeCommit message (Collapse)Author
2013-03-22Drop trailing whitespaceTollef Fog Heen
2013-03-20zsh completion: udev - remove firmware builtinTom Gundersen
2013-03-05zsh-completion: journalctl query by binary and deviceDaniel Wallace
implement 1883552c3d8 from bash completion in zsh-completion
2013-03-01journalctl: add --user-unit= switchDaniel Wallace
Add --user-unit= to make it possible to query for user logs by the name of the service.
2013-02-13Move systemctl dot to systemd-analyze dotSimon Peeters
2013-01-04systemctl: add is-failedThomas Hindoe Paaboel Andersen
Adds is-failed to join is-active and is-enabled. I grabbed this one from the todo list. Most of the functionality was already there for is-active. I just needed to make check_one_unit take the states to check for as an argument instead of the hardcoded "active" and "reloading". is-failed will return 1 if none of the units given are failed. This is different from is-active which will return 3 if none of the units given are active. It returns 3 with this comment: /* According to LSB: "program is not running" */ As that does not make sense when looking for failed units I simply chose 1 instead.
2012-12-19zsh: add hibernate and hybrid-sleep to zsh-completionDaniel Wallace
2012-12-03systemctl: fix typos in help textUmut Tezduyar
2012-11-24fix --full for journalctl zsh completionDaniel Wallace
2012-11-17journalctl: add option to forgo ellipsizationZbigniew Jędrzejewski-Szmek
Sometimes it is better to see messages in full, and the existing set of options didn't allow this easily. E.g. now journalctl -f --full will behave like tail -f /var/log/messages of yore. Long option only for now, since small letters are becoming scarce, and this doesn't feel like a capital-letter-option. '-u' would be nice, and the above command would be spelled journalctl -fu
2012-11-16shell-completion: add catalog optionsZbigniew Jędrzejewski-Szmek
2012-11-05add zsh completion for all the commandsDaniel Wallace
Most of the completion for systemctl and loginctl provided by Foudil Brétel