Update ipc library list documentation
Patch status: merged
Patch by Tony Crisci
Long description:
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.
To apply this patch, use:
curl http://cr.i3wm.org/patch/454/raw.patch | git am
b/docs/ipc
18 |
@@ -763,13 +763,19 @@ know): |
19 |
|
20 |
C:: |
21 |
i3 includes a headerfile +i3/ipc.h+ which provides you all constants. |
22 |
- https://github.com/acrisci/i3-ipc (not yet ready for production use) |
23 |
-Ruby:: |
24 |
- http://github.com/badboy/i3-ipc |
25 |
-Perl:: |
26 |
- https://metacpan.org/module/AnyEvent::I3 |
27 |
-Python:: |
28 |
- * https://github.com/whitelynx/i3ipc |
29 |
- * https://github.com/ziberna/i3-py (includes higher-level features) |
30 |
+ |
31 |
+ https://github.com/acrisci/i3ipc-glib |
32 |
Go:: |
33 |
* https://github.com/proxypoke/i3ipc |
34 |
+JavaScript:: |
35 |
+ * https://github.com/acrisci/i3ipc-gjs |
36 |
+Lua:: |
37 |
+ * https:/github.com/acrisci/i3ipc-lua |
38 |
+Perl:: |
39 |
+ * https://metacpan.org/module/AnyEvent::I3 |
40 |
+Python:: |
41 |
+ * https://github.com/acrisci/i3ipc-python |
42 |
+ * https://github.com/whitelynx/i3ipc (not maintained) |
43 |
+ * https://github.com/ziberna/i3-py (not maintained) |
44 |
+Ruby:: |
45 |
+ http://github.com/badboy/i3-ipc |