-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support OSX notifications as alternative to growl #40
Conversation
👍 / @alexch - can we please have it on master? 😄 |
This looks great but I'm worried about adding a gem requirement for terminal-notifier in case people are on a different platform or a lower OS X version. Not sure how to do optional gems... :-( |
I suppose I could check for the |
Any news on this? |
I looked into it and I think a better approach would be to look for the |
This would be really nice. Maybe @RaVbaker could update his PR? |
👍 |
starting work on this here: 5532e9b |
and finished here (mostly): 95a1eb1 |
I have coded the OSX Notifications support for rerun. It uses terminal-notifier gem. And you can use it with two different arguments:
-on
or--osx-notifications
. If you will use it will disable the growl notifications.Related to issue: #33
How it looks? See here: