I use Growl and GrowlNotify for all sorts of things in my development work. Anytime I kick off a long process (tests, database restore, etc), I use growlnotify to let me know that task is done. That way, I don't have to watch the process and can pick up immediately instead of possibly being distracted.
To provide me with a break every 30 minutes I've setup a cron job that sends me a message with growl. Its very simple*:
To let me easily change the timing, message or disable the notification easily, I put this in ~/.crontab (and some others) and added this to my .profile. Whenever I launch a new terminal, the crontab gets updated with my latest list of timed notifications.
The result? I get a forced break (good for the eyes) and get stronger. I'm already noticing a difference.
* every 30 minutes between 9am and 4pm on Monday through Friday, send me a sticky growl message with growl_notify_pushups.jpg as the icon.
No comments:
Post a Comment