A pure OCaml implementation of the i3 IPC protocol
- OCaml 98.9%
- Makefile 1%
|
|
||
|---|---|---|
| examples | ||
| src | ||
| .gitignore | ||
| .ocamlinit | ||
| dune-project | ||
| i3ipc.opam | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
I3ipc
A pure OCaml implementation of the i3 IPC protocol.
This library allows you to communicate with a running instance of i3, run commands, query information about the state of the WM, and subscribe to events.
Install
opam install i3ipc