Jem
Jem

Reputation: 306

How can I turn off iTerm2 growl notifications for new output but keep them for rspec results

I'm using iTerm2 (Build 2.0.0.20150412) and Growl (v2.1.3). I've got 'Enable growl notifications' selected for my profile as I use it with rspec and growl_notify when I'm writing code.

Is there a way to turn off the notification for new output received in tab as seen in the screenshot but keep the rspec notification?

new output tab and rspec notification both showing

Upvotes: 2

Views: 1925

Answers (3)

JosephRodriguez
JosephRodriguez

Reputation: 1

In Preferences/Notification/iTerm , you can enable / disable several notifications. Screenshot Here

Upvotes: 0

Kyle Chadha
Kyle Chadha

Reputation: 4161

On El Capitan it's:

  • Growl > Applications Tab > iTerm (double click or select configure)
  • Notifications SubTab > and then click on the Notification dropdown
  • Select New Output and uncheck Enable

Nice and simple, right?

growl iTerm preferences

Upvotes: 2

ja41
ja41

Reputation: 171

It's actually in the Growl preferences. In the Applications tab, you can enable / disable several notification types, including New Output.

Growl Preferences

Upvotes: 6

Related Questions