Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jonmagic/stretchminder
- Owner: jonmagic
- Created: 2010-03-19T19:24:13.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-19T19:32:55.000Z (almost 15 years ago)
- Last Synced: 2023-04-10T22:39:33.787Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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 hotcocoah3. Notes
I checked in a built version of the app, but you can change the code and then recompile by running "macrake build".