Evgeny Vereshchagin
64a713d94d
shell-completion: systemd-run: add new properties
...
"ReadWriteDirectories", "ReadOnlyDirectories", "InaccessibleDirectories"
2015-10-20 22:03:49 +00:00
Evgeny Vereshchagin
e9cc999a30
shell-completion: systemd-run: add property OOMScoreAdjust
2015-10-17 20:03:40 +00:00
Evgeny Vereshchagin
8d2bc8e5fd
shell-completion: systemd-run: add TimerSlackNSec property
2015-10-15 10:01:09 +00:00
Evgeny Vereshchagin
75d73dc9d0
shell-completion: systemd-run: add SyslogFacility property
2015-10-14 15:05:14 +00:00
Evgeny Vereshchagin
7135129e0a
shell-completion: systemd-run: add SyslogLevel property
2015-10-14 14:48:55 +00:00
Evgeny Vereshchagin
dc800d8406
shell-completion: systemd-run: add new properties
2015-10-09 12:42:34 +00:00
Evgeny Vereshchagin
f961371fb7
shell-completion: systemd-run: add new properties
...
See:
* 602b83559a
* b9c50073fc
2015-10-09 06:49:46 +03:00
Lennart Poettering
1af1f2f92e
shell-completion: add pseudo machine ".host" to shell completion
2015-10-08 15:14:27 +02:00
Lennart Poettering
56f3cb335a
shell-completion: add "machinectl shell" to bash completion logic
2015-10-08 15:03:31 +02:00
Lennart Poettering
23a749f285
Merge pull request #1419 from keszybz/shell-completion
...
Shell completion tweaks
2015-09-30 22:32:09 +02:00
Evgeny Vereshchagin
0c66ffd8b9
shell-completion: journalctl: add --rotate
2015-09-30 22:58:05 +03:00
Zbigniew Jędrzejewski-Szmek
4ed2f1b1f1
bash-completion: remove one more sort and sub-shell
...
{} is preferred to (), because the first is just grouping, while the
second invokes a separate shell.
2015-09-28 17:23:53 -04:00
Zbigniew Jędrzejewski-Szmek
db79008804
bash-completion: use builtins when generating list
2015-09-28 15:42:27 -04:00
Zbigniew Jędrzejewski-Szmek
b00c1cf9d6
bash-completion: use builtins when generating list
...
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 15:23:04 -04:00
Zbigniew Jędrzejewski-Szmek
840b2c0e77
shell-completion: use systemctl --state=help
...
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-28 15:10:03 -04:00
Evgeny Vereshchagin
043a090d7d
shell-completion: nspawn: add missing values for --link-journal
2015-09-26 04:10:08 +03:00
Evgeny Vereshchagin
6409d3af08
shell-completion: journalctl: add missing options
2015-09-25 04:24:29 +03:00
Evgeny Vereshchagin
023dd03a42
shell-completion: journalctl: add missing fields
2015-09-25 03:52:07 +03:00
Evgeny Vereshchagin
a2accacb98
shell-completion: cgtop bash completion: add -r,--raw,-k,-P,--order
2015-09-21 17:33:00 +00:00
Evgeny Vereshchagin
79af4b6c1c
shell-completion: cgtop bash completion: -n,--iterations,-d,--delay require arg
2015-09-21 17:09:40 +00:00
Evgeny Vereshchagin
73b73b762c
shell-completion: update systemd-cgtop bash completion: --recursive
2015-09-21 16:54:58 +00:00
Evgeny Vereshchagin
96a6426f30
cgtop: add -M/--machine
2015-09-21 12:04:45 +00:00
Evgeny Vereshchagin
20ba8107a5
shell-completion: update systemd-analyze bash-completion
...
* Change --no-man to --man (see dad29df
)
* --{from,to}-pattern require arg
2015-09-07 04:51:21 +03:00
Evgeny Vereshchagin
3a221b5df8
shell-completion: update systemctl bash completion
...
Many new options have been added since the bash completion was last
updated.
2015-09-04 23:04:10 +03:00
Evgeny Vereshchagin
8c7db2fb21
run: enable interactive authorization
2015-09-01 16:43:08 +00:00
Evgeny Vereshchagin
e50e53876f
shell-completion: bash: add systemd-path completion
2015-08-31 19:24:16 +00:00
Evgeny Vereshchagin
e4f246b1b5
shell-completion: bash: add networkctl completion
2015-08-28 18:01:48 +00:00
Evgeny Vereshchagin
17e98b9177
shell-completion: add failed
state to --state compwords
2015-08-28 00:36:02 +00:00
Evgeny Vereshchagin
20bde81923
shell-completion: update systemd-run bash completion
...
Many new options have been added since the bash completion was last
updated.
2015-08-27 23:30:11 +00:00
Seth Jennings
4acd40613f
shell-completion: bash: make list-transfers and cancel-transfer STANDALONE
...
list-transfers and cancel-transfers don't take machine arguments.
2015-08-18 13:22:42 -05:00
Seth Jennings
2977883de2
shell-completion: bash: add image transfer subcommands
2015-08-18 13:20:12 -05:00
Lennart Poettering
7b0991c617
Merge pull request #931 from spartacus06/update-completion-machinectl
...
Update shell completion for machinectl
2015-08-16 19:58:49 +02:00
Seth Jennings
4f8f4c310c
shell-completion: use list-images rather than list
...
"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 11:20:21 -05:00
Seth Jennings
6eb8bec62d
shell-completion: update machinectl bash completion
...
Many new subcommands have been added since the bash completion was last
updated. Bring it up to speed.
2015-08-16 11:19:36 -05:00
Evgeny Vereshchagin
adb0c25eb6
bash-completion: generate unit type list from systemctl -t help option
2015-08-16 14:53:21 +00:00
Zbigniew Jędrzejewski-Szmek
903e7c37ca
Use "new" --job-mode= option in more places
...
--irreversible/--ignore-dependencies/--fail are deprececated since 4dc5b821ae
.
Also add shell completions for --jobs-mode.
2015-05-18 01:08:09 -04:00
Zbigniew Jędrzejewski-Szmek
7b742b3130
shell-completion: systemctl switch-root verb
...
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-08 11:28:45 -04:00
Jan Janssen
5bdf22430e
logind,systemctl: add reboot to EFI firmware support
2015-04-07 18:51:45 +02:00
Carlos Morata Castillo
b4f91f2ba3
Updates in bash autocompletions
...
Hi,
I did ./check-undocumented.sh -b (my script just submitted) and checked
the results.
Cheers.
2015-01-29 00:44:30 -05:00
Ronny Chevalier
e4e5a85f34
shell-completion: add missing output modes
...
https://bugs.freedesktop.org/show_bug.cgi?id=88216
2015-01-09 13:53:23 +01:00
Carlos Morata Castillo
8c5463585d
bash-completion: systemd-nspawn update
...
*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. :)
2015-01-08 16:33:59 -05:00
Lennart Poettering
e275f5e204
shell-completion: add full support for completing busctl command lines, with services, objects, interfaces, members, and signatures
2014-12-23 22:44:32 +01:00
Ronny Chevalier
409886c424
shell-completion: systemctl edit
2014-12-10 01:10:01 +01:00
Lennart Poettering
25fa306ed5
hostnamed: introduce new "embedded" chassis type
...
We really don't want to get lost in adding fridge, car, plane, drone, or
whatever else, hence add a generic term "embedded" cover all the cases
where the computer is just part of something bigger, and not at the
focus of things.
2014-11-06 14:37:12 +01:00
Zbigniew Jędrzejewski-Szmek
372b221166
bash-completion: use improved filtering to make things faster
2014-10-29 23:48:10 -04:00
Zbigniew Jędrzejewski-Szmek
9ff8af5460
bash-completion: rework startable/restartable units once more
...
I tried to use 'systemctl --all list-units' to filter unit files, but
this always filters out unit files which are not loaded. We want to complete
systemctl start with those units too, so this approach is not going to work.
New version is rather slow, but hopefully correct.
2014-10-29 23:48:09 -04:00
Zbigniew Jędrzejewski-Szmek
1cf3c30c07
shell-completion: systemctl set-default,get-default,is-system-running
2014-10-27 22:34:28 -04:00
Lukas Nykryn
8fc5cd71be
shell-completion/bash: add add-wants and add-requires
2014-10-19 18:20:06 +02:00
Zbigniew Jędrzejewski-Szmek
e9a19bd882
shell-completion: propose templates for disable/[re]enable/[re]start
...
Templates can be [re]enabled, on their own if the have DefaultInstance set,
and with an instance suffix in all cases. Propose just the template name
ending in @, to underline the instance suffix may have to be appended.
Likewise for start/restart.
This means that sometimes superflous units that one will not really
want to operate on will be proposed, but this seems better than
proposing a very incomplete set of names.
https://bugs.freedesktop.org/show_bug.cgi?id=66912
2014-10-14 21:20:05 -04:00
Zbigniew Jędrzejewski-Szmek
f29c77bc01
shell-completion: fix completion of inactive units
...
Units which not loaded were not proposed properly. OTOH, we should
filter units from get-unit-files by their state if they are currently
loaded. Bring zsh completions in line with bash completion, the same
logic should be used in both implementations.
https://bugzilla.redhat.com/show_bug.cgi?id=1024379
https://bugzilla.redhat.com/show_bug.cgi?id=790768
https://bugs.freedesktop.org/show_bug.cgi?id=84720
2014-10-14 21:18:42 -04:00