Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | Merge pull request #1775 from fbuihuu/set-property-completion | Lennart Poettering | |
bash-completion: add minimal support fpr 'set-property' command | |||
2015-11-04 | bash-completion: add minimal support fpr 'set-property' command | Franck Bui | |
'set-property' was missing from the list of known command. Also a list of unit names will be proposed as next argument. However no support on property names is provided since it would require a hard coded list of them. | |||
2015-11-02 | Merge pull request #1690 from evverx/run-runtime-directory | Lennart Poettering | |
systemd-run can launch units with RuntimeDirectory | |||
2015-10-30 | shell-completion: systemctl: show completions for `user` in `global` mode | Evgeny Vereshchagin | |
2015-10-29 | shell-completion: hostnamectl: add the command set-location | Evgeny Vereshchagin | |
2015-10-27 | shell-completion: systemd-run: add the property RuntimeDirectory | Evgeny Vereshchagin | |
2015-10-26 | shell-completion: systemd-run: add the property ProtectHome | Evgeny Vereshchagin | |
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-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 | 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 | bash-completion: generate unit type list from systemctl -t help option | Evgeny Vereshchagin | |
2015-05-18 | Use "new" --job-mode= option in more places | Zbigniew Jędrzejewski-Szmek | |
--irreversible/--ignore-dependencies/--fail are deprececated since 4dc5b821ae737914499119e29811fc3346e3d97c. Also add shell completions for --jobs-mode. | |||
2015-04-08 | shell-completion: systemctl switch-root verb | Zbigniew Jędrzejewski-Szmek | |
The completion is rudimentary (all files). I think this is OK since this is used so rarely. But not having it proposed at all is annoying. | |||
2015-04-07 | logind,systemctl: add reboot to EFI firmware support | Jan Janssen | |
2015-01-29 | Updates in bash autocompletions | Carlos Morata Castillo | |
Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers. | |||
2015-01-09 | shell-completion: add missing output modes | Ronny Chevalier | |
https://bugs.freedesktop.org/show_bug.cgi?id=88216 | |||
2015-01-08 | bash-completion: systemd-nspawn update | Carlos Morata Castillo | |
*Autocompletion for dirs, doesn't leave until you press space. *Added tmpfs, volatile and network-macvlan options. I tried with the SELinux options with seinfo(setools-console), but too messy to get it right. Even Daniel Walsh haven't done it yet. :) |