Crystal bindings for libnotify
This library is intended to be a complete binding of all functionalities available in libnotify.
For a more lightweight version, check out libnotify.cr
Add this to your application's shard.yml
:
dependencies:
crystal-notify:
github: schlipak/crystal-notify
Then run crystal deps
require "crystal-notify"
manager = Notify::Manager.new "MyApp"
manager.notify("Summary", "Body", "dialog-ok").show
- Fork it
- 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
- Guillaume 'Schlipak' de Matos - creator, maintainer