Codaisseur / terminal-notifier-guard

Mac OS X User Notifications for Guard
Other
163 stars 25 forks source link

Guard is not using terminal-notifier in OS X 10.10 Yosemite #13

Closed firedev closed 9 years ago

firedev commented 10 years ago

cc: https://github.com/guard/guard/issues/626

I am using Yosemite, and Notification center is silent now.

Terminal Notifier is working:

$ terminal-notifier-notify -message hello

And it's added to Gemfile:

group :development do
    gem 'terminal-notifier-guard'
end

But Guard doesn't care:

$ guard
10:08:47 - INFO - Guard is using TerminalTitle to send notifications.

Is there anything I can do to fix it?

RustComet commented 10 years ago

+1 here. Would love to see this feature on Yosemite

bmesuere commented 10 years ago

:+1:

bmulholland commented 10 years ago

I'm seeing the same thing here, though I have an extra error message that may help:

12:54:42 - ERROR - The :terminal_notifier only runs on Mac OS X 10.8 and later.
12:54:43 - INFO - Guard is using TerminalTitle to send notifications.
bmulholland commented 10 years ago

Looks like https://github.com/Springest/terminal-notifier-guard/pull/12 fixes this.

sawyerh commented 9 years ago

:+1:

wearethefoos commented 9 years ago

Please update to version 1.6.1.