notify
Version, currently 0.1.12 versions
- 0.1.1latestJun 4, 2020
- 0.1.0not indexedApr 12, 2024
github.com/woodruffw/notify.cr
A Crystal library for desktop notifications.
15 stars
1 dependent
License: MIT with restrictions
Installation
# Add this to your shard.yml
dependencies:
notify:
github: woodruffw/notify.cr
version: ~> 0.1.1Then run:
shards installshard.yml
- Crystal
0.25.0- License
- MIT with restrictions
- Author
- William Woodruff <william@yossarian.net>
Dependencies
Runtime Dependencies
- dbus*github: oprypin/crystal-dbus
README
notify.cr
=========

[](https://github.com/woodruffw/notify.cr/actions?query=workflow%3ACI)
A Crystal library for
[Desktop Notifications](http://www.galago-project.org/specs/notification/0.9/index.html) compatible
notification daemons. Uses DBus internally.
**Important**: Platforms with notification systems that don't use DBus/Desktop Notifications are
currently **not supported**. If you'd like support for one of these platforms (e.g., macOS and
Windows), please contribute one!
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
notify:
github: woodruffw/notify.cr
```
## Usage
```crystal
require "notify"
notifier = Notify.new
notifier.notify "hello", body: "<b>world!</b>"
```
## Contributing
1. Fork it (<https://github.com/woodruffw/notify/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [woodruffw](https://github.com/woodruffw) William Woodruff - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.1- Tagged
- Jun 4, 2020
- Commit
5ec1f98eadc6- Crystal
0.25.0- Indexed
- yes
Dependents
Repository
github.com/woodruffw/notify.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 2