midje-notifier
September 6, 2018 · View on GitHub
Libnotify and OS X Notification output for Midje
Installation
Add the following to your :dev :dependencies in project.clj:
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.
License
Copyright © 2018 Griffin Smith
Distributed under the MIT License