Update ipc library list documentation
Add a link to the new JavaScript, Python, and Lua ipc libraries. Add notice that the older Python libraries are not maintained. Sort the list alphabetically.
This commit is contained in:
parent
81271887e2
commit
35eac121fc
22
docs/ipc
22
docs/ipc
|
@ -763,13 +763,19 @@ know):
|
||||||
|
|
||||||
C::
|
C::
|
||||||
i3 includes a headerfile +i3/ipc.h+ which provides you all constants.
|
i3 includes a headerfile +i3/ipc.h+ which provides you all constants.
|
||||||
https://github.com/acrisci/i3-ipc (not yet ready for production use)
|
|
||||||
Ruby::
|
https://github.com/acrisci/i3ipc-glib
|
||||||
http://github.com/badboy/i3-ipc
|
|
||||||
Perl::
|
|
||||||
https://metacpan.org/module/AnyEvent::I3
|
|
||||||
Python::
|
|
||||||
* https://github.com/whitelynx/i3ipc
|
|
||||||
* https://github.com/ziberna/i3-py (includes higher-level features)
|
|
||||||
Go::
|
Go::
|
||||||
* https://github.com/proxypoke/i3ipc
|
* https://github.com/proxypoke/i3ipc
|
||||||
|
JavaScript::
|
||||||
|
* https://github.com/acrisci/i3ipc-gjs
|
||||||
|
Lua::
|
||||||
|
* https:/github.com/acrisci/i3ipc-lua
|
||||||
|
Perl::
|
||||||
|
* https://metacpan.org/module/AnyEvent::I3
|
||||||
|
Python::
|
||||||
|
* https://github.com/acrisci/i3ipc-python
|
||||||
|
* https://github.com/whitelynx/i3ipc (not maintained)
|
||||||
|
* https://github.com/ziberna/i3-py (not maintained)
|
||||||
|
Ruby::
|
||||||
|
http://github.com/badboy/i3-ipc
|
||||||
|
|
Loading…
Reference in New Issue