No commit activity in last 3 years
No release in over 3 years
create OS X reminders with Quicksilver.app integration
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

OS X reminders

a little toy script that creates OS X reminders.

usage

$ reminder 'do something  tomorrow at 9'
# => craetes Reminders.app reminder to 'do something' w/ a "remind me"
#    notification for tomorrow at 9 am

$ echo 'do something  tomorrow at 9' | reminder
# => same as above

this can also be used as a Quicksilver.app action. clone the repo and run some crap like:

$ rake qs_install

... this is one of my first experiences with ruby stuff like gems... wish i was happier w/ how it turned out...