Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-26 | shell-completion: systemd-run: add the property ProtectHome | Evgeny Vereshchagin | |
2015-10-25 | zsh-completion: journalctl --identifier | Zbigniew Jędrzejewski-Szmek | |
Fixes #1549. | |||
2015-10-24 | shell-completion: systemd-run: add the property ProtectSystem | Evgeny Vereshchagin | |
2015-10-21 | shell-completion: systemd-run: add new property EnvironmentFile | Nicolas Cornu | |
2015-10-21 | Add zsh completion on systemd-run's properties | Nicolas Cornu | |
2015-10-20 | shell-completion: systemd-run: add new properties | Evgeny Vereshchagin | |
"ReadWriteDirectories", "ReadOnlyDirectories", "InaccessibleDirectories" | |||
2015-10-17 | shell-completion: systemd-run: add property OOMScoreAdjust | Evgeny Vereshchagin | |
2015-10-15 | shell-completion: systemd-run: add TimerSlackNSec property | Evgeny Vereshchagin | |
2015-10-14 | shell-completion: systemd-run: add SyslogFacility property | Evgeny Vereshchagin | |
2015-10-14 | shell-completion: systemd-run: add SyslogLevel property | Evgeny Vereshchagin | |
2015-10-09 | zsh: don't mention /etc/mtab | Lennart Poettering | |
The file is obsolete, use /proc/self/mounts instead. Also, yuck, the code is so awful... | |||
2015-10-09 | shell-completion: systemd-run: add new properties | Evgeny Vereshchagin | |
2015-10-09 | shell-completion: systemd-run: add new properties | Evgeny Vereshchagin | |
See: * 602b83559a7cfcd3eee05 * b9c50073fcc1460ca1ff3 | |||
2015-10-08 | shell-completion: add pseudo machine ".host" to shell completion | Lennart Poettering | |
2015-10-08 | shell-completion: add "machinectl shell" to bash completion logic | Lennart Poettering | |
2015-09-30 | Merge pull request #1419 from keszybz/shell-completion | Lennart Poettering | |
Shell completion tweaks | |||
2015-09-30 | shell-completion: journalctl: add --rotate | Evgeny Vereshchagin | |
2015-09-28 | bash-completion: remove one more sort and sub-shell | Zbigniew Jędrzejewski-Szmek | |
{} is preferred to (), because the first is just grouping, while the second invokes a separate shell. | |||
2015-09-28 | bash-completion: use builtins when generating list | Zbigniew Jędrzejewski-Szmek | |
2015-09-28 | bash-completion: use builtins when generating list | Zbigniew Jędrzejewski-Szmek | |
awk is an external program, and it is better to stick to shell built-ins. Also, even with external awk, sort -u is redundant, because the shell does this on its own. | |||
2015-09-28 | shell-completion: use systemctl --state=help | Zbigniew Jędrzejewski-Szmek | |
This way completion lists should stay up to date. Also use systemctl -t help to list types in zsh, as was already done in bash. | |||
2015-09-26 | shell-completion: nspawn: add missing values for --link-journal | Evgeny Vereshchagin | |
2015-09-25 | shell-completion: journalctl: add missing options | Evgeny Vereshchagin | |
2015-09-25 | shell-completion: journalctl: add missing fields | Evgeny Vereshchagin | |
2015-09-21 | shell-completion: cgtop bash completion: add -r,--raw,-k,-P,--order | Evgeny Vereshchagin | |
2015-09-21 | shell-completion: cgtop bash completion: -n,--iterations,-d,--delay require arg | Evgeny Vereshchagin | |
2015-09-21 | shell-completion: update systemd-cgtop bash completion: --recursive | Evgeny Vereshchagin | |
2015-09-21 | cgtop: add -M/--machine | Evgeny Vereshchagin | |
2015-09-07 | shell-completion: update systemd-analyze bash-completion | Evgeny Vereshchagin | |
* Change --no-man to --man (see dad29df) * --{from,to}-pattern require arg | |||
2015-09-04 | shell-completion: update systemctl bash completion | Evgeny Vereshchagin | |
Many new options have been added since the bash completion was last updated. | |||
2015-09-01 | run: enable interactive authorization | Evgeny Vereshchagin | |
2015-08-31 | shell-completion: bash: add systemd-path completion | Evgeny Vereshchagin | |
2015-08-28 | shell-completion: bash: add networkctl completion | Evgeny Vereshchagin | |
2015-08-28 | shell-completion: add `failed` state to --state compwords | Evgeny Vereshchagin | |
2015-08-27 | shell-completion: update systemd-run bash completion | Evgeny Vereshchagin | |
Many new options have been added since the bash completion was last updated. | |||
2015-08-18 | shell-completion: bash: make list-transfers and cancel-transfer STANDALONE | Seth Jennings | |
list-transfers and cancel-transfers don't take machine arguments. | |||
2015-08-18 | shell-completion: bash: add image transfer subcommands | Seth Jennings | |
2015-08-16 | Merge pull request #931 from spartacus06/update-completion-machinectl | Lennart Poettering | |
Update shell completion for machinectl | |||
2015-08-16 | shell-completion: use list-images rather than list | Seth Jennings | |
"machinectl list" only lists running machines while many of the MACHINES commands use names of images; both running and non-running. List machines from both "list" and "list-images" and use sort -u to avoid duplicates. | |||
2015-08-16 | shell-completion: update machinectl bash completion | Seth Jennings | |
Many new subcommands have been added since the bash completion was last updated. Bring it up to speed. | |||
2015-08-16 | Merge pull request #947 from evverx/bash-completion | Lennart Poettering | |
Update bash-completion: generate all unit types | |||
2015-08-16 | bash-completion: generate unit type list from systemctl -t help option | Evgeny Vereshchagin | |
2015-08-15 | zsh completion: update busctl | Nicolas Cornu | |
2015-06-22 | zsh-completion: _loginctl/_systemd/_systemd-inhibit improvements | Eric Cook | |
_loginctl: respects the verbose style. which allows a user to get the pre d5df0d950f8bc behavior of not showing a description for sessions and users, by default they aren't shown. zstyle ':completion:*' verbose true or zstyle ':completion:*:loginctl*:*' verbose true # or similar Will show the descriptions. zstyle ':completion:*' verbose true and zstyle ':completion:*:loginctl*:*' verbose false # or similar Won't show descriptions for loginctl only _systemd: complete pids for systemd-notify's --pid option. display a message of the expected argument for other options. _systemd-inhibit: complete block & delay for --mode display a message of the expected argument for --who/--why | |||
2015-06-21 | zsh-completion: _systemd-nspawn - add more argument completion | Eric Cook | |
filenames will be completed for --image/-i/--bind/--bind-ro/--tmpfs network interfaces for --network-(interface|macvlan|ipvlan|bridge) users for --user/-u, yes & no for --register, x86 * x86-64 for --personality display a message of the expected argument for --machine/-M/--uuid --slice/-S/--port/-p/--selinux-*/-Z/-L/--setenv Allow completing commands(and their options) of the host system for COMMAND | |||
2015-06-17 | zsh-completion: _loginctl - general bug fixes | Eric Cook | |
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-06 | zsh-completion: optimize _filter_units_by_property | Daniel Hahler | |
Optimize _filter_units_by_property by calling `systemctl` only once with a list of units, and not once per unit. I could not reproduce the "Unknown unit" error mentioned in a FIXME, which might have made this necessary previously. | |||
2015-06-02 | Merge pull request #5 from ↵ | Daniel Mack | |
systemd-mailing-devs/1432910411-14517-1-git-send-email-llua@gmx.com zsh-completion: a more style/tag aware _systemctl | |||
2015-06-02 | Merge pull request #4 from ↵ | Daniel Mack | |
systemd-mailing-devs/1431989131-25145-1-git-send-email-llua@gmx.com zsh-completion: fix completion of --user services | |||
2015-06-01 | zsh-completion: fix typo in _bootctl | Daniel Mack | |
The command is 'install', not 'instal'. Fix that typo. |