Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glittershark/midje-notifier
Libnotify and OS X Notification Center output for Midje
https://github.com/glittershark/midje-notifier
Last synced: 2 months ago
JSON representation
Libnotify and OS X Notification Center output for Midje
- Host: GitHub
- URL: https://github.com/glittershark/midje-notifier
- Owner: glittershark
- License: mit
- Created: 2015-01-06T23:27:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T14:07:31.000Z (over 6 years ago)
- Last Synced: 2024-10-12T06:50:09.723Z (3 months ago)
- Language: Clojure
- Homepage:
- Size: 7.81 KB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# midje-notifier
Libnotify and OS X Notification output for [Midje][midje]
[midje]: http://github.com/marick/midje
## Installation
Add the following to your `:dev` `:dependencies` in `project.clj`:
[![Clojars Project](http://clojars.org/midje-notifier/latest-version.svg)](http://clojars.org/midje-notifier)
In the REPL, prior to calling `midje.repl/autotest`, run the following
```
user=> (use 'midje.notifier)
user=> (notify-me)
```You can then work using the standard Midje workflow.
Midje-notifier currently requires that you have either the `notify-send` binary
on Linux or `terminal-notifier` on OS X somewhere in your PATH. The former comes
standard with libnotify, and the latter can be installed [here][tn].[tn]: https://github.com/alloy/terminal-notifier
## License
Copyright © 2018 Griffin Smith
Distributed under the MIT License