Basically, I want to get a growl display when either an app starts beachballing, or when a previously beachballed app wakes up and starts taking UI requests again. Does such a beast exist?
|
feedback
|
|
I've never used Keep-It-Up but I can't think of anything else that does this (if it in fact works). It has a few strikes against it—not updated recently, costs money, and PPC build. If you wanted to know when an application had crashed that would be possible with a shell script, but knowing when an app is not responding is a pretty tall order. Edit: Here is a shell script I just wrote to check if an application is running:
To get this working you would need to:
Caveat: I've never used growlnotify so you'll want to make sure I'm not missing an argument on that line. Also, this won't tell you if the app is not responding, just if it is not running at all, and you'll need to keep it running all the time or you will keep getting the growl notification. | ||||
|
feedback
|