---
Makefile.am | 1 +
shell-completion/zsh/_kernel-install | 26 ++
2 files changed, 27 insertions(+)
create mode 100644 shell-completion/zsh/_kernel-install
diff --git a/Makefile.am b/Makefile.am
index 8e64aaa..1b55c66 100644
--- a/Makefile.am
On Thu, Aug 1, 2013 at 9:41 AM, Colin Guthrie wrote:
> 'Twas brillig, and lux-integ at 01/08/13 15:25 did gyre and gimble:
> > On Thursday 01 August 2013 12:58:46 Tom Gundersen wrote:
> >> 'm not following. Do you mean that systemd is already doing what you
> >> need,
> >
> >
> > not sure as I a
vel
>
That version is the old systemd completion that is still in the last zsh
release, from before I moved it to the systemd repository and added a most
of the other commands and options
--
Daniel Wallace
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
Without this you have to use %40 with the -H flag because dbus doesn't
like the @ sign being unescaped.
---
src/hostname/hostnamectl.c | 5 +++--
src/locale/localectl.c | 5 +++--
src/login/loginctl.c | 5 +++--
src/shared/dbus-common.c | 4 ++--
src/shared/util.c | 10 +++
Without this you have to use %40 with the -H flag because dbus doesn't
like the @ sign being unescaped.
---
src/hostname/hostnamectl.c | 12 ++--
src/locale/localectl.c | 12 ++--
src/login/loginctl.c | 12 ++--
src/shared/dbus-common.c | 4 ++--
src/systemctl/
Instead of completing the whole line, which doesn't work, only complete
the pid, but still show the whole line so the user can see which command
was which.
Users can also let the parameter expansion sort the completion by date
instead of by pid, by setting
zstyle ':completion:*:*:systemd-coredump
The brackets in the _arguments description of udevadm monitor need to be
escaped.
---
shell-completion/systemd-zsh-completion.zsh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell-completion/systemd-zsh-completion.zsh
b/shell-completion/systemd-zsh-completion.zsh
index 73d
implement 1883552c3d8 from bash completion in zsh-completion
---
shell-completion/systemd-zsh-completion.zsh | 11 +++
1 file changed, 11 insertions(+)
diff --git a/shell-completion/systemd-zsh-completion.zsh
b/shell-completion/systemd-zsh-completion.zsh
index 46e29b2..77b26f6 100644
---
Add --user-unit= to make it possible to query for user logs by the name
of the service.
---
man/journalctl.xml | 11 +++
shell-completion/systemd-bash-completion.sh | 5 -
shell-completion/systemd-zsh-completion.zsh | 1 +
src/journal/journalctl.c
---
shell-completion/systemd-zsh-completion.zsh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shell-completion/systemd-zsh-completion.zsh
b/shell-completion/systemd-zsh-completion.zsh
index 93d64b3..ee68ac7 100644
--- a/shell-completion/systemd-zsh-completion.zsh
+++ b/shell-completion/sy
---
man/systemd.unit.xml | 5 +
src/core/unit-printf.c | 17 +++--
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 35644d3..bf91b4e 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -264,6 +264,11 @@
---
shell-completion/systemd-zsh-completion.zsh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell-completion/systemd-zsh-completion.zsh
b/shell-completion/systemd-zsh-completion.zsh
index 7799bf6..a58f4ae 100644
--- a/shell-completion/systemd-zsh-completion.zsh
+++ b/shell
On Fri, Oct 26, 2012 at 08:41:50AM -0400, Dave Reisner wrote:
> On Fri, Oct 26, 2012 at 05:58:41AM -0400, Daniel Wallace wrote:
> > From: Daniel Wallace
> >
> > I updated the zsh completion from zsh, and added completion for all the
> > other *ctl comman
From: Daniel Wallace
I updated the zsh completion from zsh, and added completion for all the
other *ctl commands
---
Makefile.am| 4 +
bash-completion/systemd-zsh-completion.zsh | 718 +
2 files changed, 722 insertions(+)
create
14 matches
Mail list logo