Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonmagic/stretchminder

An OSX application that reminds you to stretch.
https://github.com/jonmagic/stretchminder

Last synced: 30 days ago
JSON representation

An OSX application that reminds you to stretch.

Awesome Lists containing this project

README

        

h1. StretchMinder

Stretch! Stretch I tell you!

A little (kind of) native osx app that reminds me to get up and stretch every x minutes. I say kind of because I used MacRuby to build this app, so you'll have to download MacRuby to run it. Also, it requires the hotcocoa gem for the interface and Growl/GrowlNotify to actually notify you.

I think this app is cool because its simple, and even lets you set multiple intervals & messages to be notified on/with! It uses Grand Central Dispatch to asynchronously queue up the notifications.

h3. Requirements:

* "Growl":http://growl.info/
* "GrowlNotify":http://growl.info/documentation/growlnotify.php
* "MacRuby":http://www.macruby.org/
* sudo macgem install hotcocoa

h3. Notes

I checked in a built version of the app, but you can change the code and then recompile by running "macrake build".