Discussion:
[i3-discuss] Go package go.i3wm.org/i3 released
Michael Stapelberg
2017-09-29 07:54:49 UTC
Permalink
Hey,

I just released a new Go package for using i3’s IPC interface:
Find the repository at https://github.com/i3/go-i3
Find the documentation at https://godoc.org/go.i3wm.org/i3

Please refer to the README to learn how this package differs from
existing packages.

I also published two programs which I use regularly, so they might be
useful for you as-is or just as an example of how to use the
go.i3wm.org/i3 package:

https://github.com/stapelberg/percentage-for-i3
https://github.com/stapelberg/next-chrome-for-i3

Let me know if you have any feedback, and I hope this will be useful to some,
--
Best regards,
Michael
Dieter Plaetinck
2017-09-29 09:41:24 UTC
Permalink
Michael this looks really neat. nice work.

I love i3 and i love Go. such a powerful, simple, solid language. :)
Post by Michael Stapelberg
Hey,
Find the repository at https://github.com/i3/go-i3
Find the documentation at https://godoc.org/go.i3wm.org/i3
Please refer to the README to learn how this package differs from
existing packages.
I also published two programs which I use regularly, so they might be
useful for you as-is or just as an example of how to use the
https://github.com/stapelberg/percentage-for-i3
https://github.com/stapelberg/next-chrome-for-i3
Let me know if you have any feedback, and I hope this will be useful to some,
Loading...