julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.37k stars 330 forks source link

Two Terminal Notifiers and No Popups #240

Closed krystinhsu closed 6 years ago

krystinhsu commented 6 years ago

Hi I have two Terminal Notfiers in my Notifications in System Preferences? How do uninstall one of the terminal notifier apps? Or in general, how do I uninstall terminal notifier if I want to do a clean installation? I also noticed my alerts aren't showing anymore when I save my sublime text. They only show in the sidebar notifications (no popups). Other than that, I loved this creation. Great work.

julienXX commented 6 years ago

Hi thanks for the kind words! You could try to remove the instances following the method described here https://github.com/julienXX/terminal-notifier/issues/222#issuecomment-320980802 unfortunately there is no easy way to uninstall terminal-notifier besides uninstalling via brew/gem or any other way you installed it. Regarding Sublime Text I'm not sure this would be related to terminal-notifier.

krystinhsu commented 6 years ago

How would I uninstall it via brew? I'm not too terminal code-savy.

julienXX commented 6 years ago

No problem :) brew uninstall terminal-notifier should be enough.

krystinhsu commented 6 years ago

So what should I install if I want to install something with the popup notifications besides the one on the sidebar? I noticed version 2.0 doesn't have it.

I tried

sudo install terminal-notifier version 1.7.0

I read that it contains alerter with the notifications?

Returned an Error: Could not find a valid gem'1.7'

Is there a different way of installing an older version to keep the popup notifications or a different installation?

julienXX commented 6 years ago

Terminal notifier should work just fine, it has just the sticky (more than 8s long) notifications removed.

julienXX commented 6 years ago

You could try sudo gem install terminal-notifier -v 1.7.2