An Alfred extension that creates simple, one-time reminders. They don't sync anywhere, they don't repeat. Each reminder will pop up a sticky Growl message.
- Alfred
- Alfred Powerpack
- Growlnotify - many folks already have this. This extension expects it to be in
/usr/local/bin/growlnotify
. If you runwhich growlnotify
and see this path, you're all set.
Usage follows the following format:
- Select a keyword (it is remindme by default)
- Specify (in minutes) when you want to be reminded
- The reminder text
In 15 minutes you'll see something like this:
You can also run
- remindme cleanup
The reminders you create are stored in ~/Library/LaunchAgents/
as com.approductive.remindersapp.TIMESTAMP.plist
. OSX doesn't automatically delete these files, so this is a way you can clean up the ones that aren't in use.