Re: [systemd-devel] [PATCH 1/3] zsh-completion: add missing completions for machinectl

2015-04-27 Thread Lukas Rusak
would like I can change _available_machines to _available_images and __get_available_machines to __get_available_images if this makes more sense. On Thu, Apr 23, 2015 at 7:53 AM, Lennart Poettering lenn...@poettering.net wrote: On Wed, 22.04.15 15:52, Lukas Rusak (loru...@gmail.com) wrote

[systemd-devel] [PATCH 1/3] zsh-completion: add missing completions for machinectl

2015-04-22 Thread Lukas Rusak
--- shell-completion/zsh/_machinectl | 84 +--- 1 file changed, 70 insertions(+), 14 deletions(-) diff --git a/shell-completion/zsh/_machinectl b/shell-completion/zsh/_machinectl index c666b7e..2b1b7ed 100644 --- a/shell-completion/zsh/_machinectl +++

[systemd-devel] [PATCH 3/3] zsh-completion: add missing completions for systemd-nspawn

2015-04-22 Thread Lukas Rusak
--- shell-completion/zsh/_systemd-nspawn | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/shell-completion/zsh/_systemd-nspawn b/shell-completion/zsh/_systemd-nspawn index ceedb2c..42cdbcd 100644 --- a/shell-completion/zsh/_systemd-nspawn +++

[systemd-devel] [PATCH 2/3] zsh-completion: update -M completion for systemd-analyze

2015-04-22 Thread Lukas Rusak
--- shell-completion/zsh/_systemd-analyze | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index 2c0e543..efafddc 100644 --- a/shell-completion/zsh/_systemd-analyze +++

[systemd-devel] [PATCH 0/3] update zsh completions for systemd-analyze, systemd-nspawn, and machinectl

2015-04-22 Thread Lukas Rusak
This is my first time submitting on a mailing list, so go easy on me. Lukas Rusak (3): zsh-completion: add missing completions for machinectl zsh-completion: update -M completion for systemd-analyze zsh-completion: add missing completions for systemd-nspawn shell-completion/zsh

Re: [systemd-devel] [PATCH 1/3] zsh-completion: add missing completions for machinectl

2015-04-22 Thread Lukas Rusak
, Lennart Poettering lenn...@poettering.net wrote: On Wed, 22.04.15 11:07, Lukas Rusak (loru...@gmail.com) wrote: --- shell-completion/zsh/_machinectl | 84 +--- 1 file changed, 70 insertions(+), 14 deletions(-) diff --git a/shell-completion/zsh

Re: [systemd-devel] [PATCH 1/3] zsh-completion: add missing completions for machinectl

2015-04-22 Thread Lukas Rusak
Appologies, I'm still getting used to this mailing list thing and using git send-email --- shell-completion/zsh/_machinectl | 84 +--- 1 file changed, 70 insertions(+), 14 deletions(-) diff --git a/shell-completion/zsh/_machinectl

Re: [systemd-devel] [PATCH 1/3] zsh-completion: add missing completions for machinectl

2015-04-22 Thread Lukas Rusak
Here is a rebase of the original patch to include the discussed changes ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel