A Crystal interface for I3 IPC.
Add this to your application's shard.yml
:
dependencies:
i3-ipc:
github: RyanScottLewis/i3-ipc
require "i3"
See examples/
directory for more usage examples.
Inspired by i3.cr by woodruffw.
While woodruffw's library is excellent, I couldn't figure out how to correctly subscribe to events.
These two libraries are nearly identical, they just communicate with the unix socket in
fundementally different ways.
- Fork it ( https://github.com/RyanScottLewis/i3-ipc/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- RyanScottLewis Ryan Scott Lewis - creator, maintainer