crystal-notify
Version, currently master branch1 version
- master branchlatestSep 17, 2016
github.com/gdematos/crystal-notify
Crystal bindings for libnotify
1 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
crystal-notify:
github: gdematos/crystal-notify
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
- Author
- Guillaume `Schlipak` de Matos
Dependencies
This version declares no dependencies.
README
Crystal-Notify
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
Installation
Add this to your application's shard.yml:
dependencies:
crystal-notify:
github: schlipak/crystal-notify
Then run crystal deps
Usage
require "crystal-notify"
manager = Notify::Manager.new "MyApp"
manager.notify("Summary", "Body", "dialog-ok").show
Contributing
- 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
Contributors
- Guillaume 'Schlipak' de Matos - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Sep 17, 2016
- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/gdematos/crystal-notify
Metadata
- Created
- Aug 19, 2026
- Updated
- Aug 19, 2026
- Synced
- Aug 19, 2026
- Versions
- 1