Re: Problems with Growl notification

2009-04-08 Thread Aaron Davies
On Thu, Apr 9, 2009 at 1:14 PM, Tony Cebzanov wrote: > Aaron Davies wrote: >> not to be non-responsive, but wouldn't it be a lot easier to use >> growlnotify or osascript to communicate with growl? > > Sure, when the terminal session that's sending the notifications is on > my Mac, but I'm often S

Re: Problems with Growl notification

2009-04-08 Thread Tony Cebzanov
Aaron Davies wrote: > not to be non-responsive, but wouldn't it be a lot easier to use > growlnotify or osascript to communicate with growl? Sure, when the terminal session that's sending the notifications is on my Mac, but I'm often SSHed into half a dozen different hosts running other OSes. I'v

Re: Problems with Growl notification

2009-04-08 Thread Aaron Davies
On Thu, Apr 9, 2009 at 4:52 AM, Tony Cebzanov wrote: > I use screen on my Mac, and would like to be able to get Growl > notifications when certain events happen in one of my terminals.  My > terminal emulator (iTerm.app) supports the following control sequence to > display a Growl notification: >

Problems with Growl notification

2009-04-08 Thread Tony Cebzanov
I use screen on my Mac, and would like to be able to get Growl notifications when certain events happen in one of my terminals. My terminal emulator (iTerm.app) supports the following control sequence to display a Growl notification: echo $'\e]9;Hello, world!\007' Outside of a screen session, th