Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion for qdbus
On Sun, 11 Jan 2015 16:28:19 +0100
Thomas Mitterfellner <thomas.mitterfellner@xxxxxxxxx> wrote:
> I wrote a completion function for qdbus (a command line tool for
> communicating with dbus-enabled programs, like kmix, krusader,
> pulseaudio…) which I want to share in the hope that it will be useful.
Thanks, it's already been added, though now I look I see one extra tweak
would be useful...
diff --git a/Completion/Linux/Command/_qdbus b/Completion/Linux/Command/_qdbus
index d665c7a..95a4d52 100644
--- a/Completion/Linux/Command/_qdbus
+++ b/Completion/Linux/Command/_qdbus
@@ -110,3 +110,5 @@ _qdbus() {
;;
esac
}
+
+_qdbus "$@"
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author