Skip to content

lavir/Reminders

 
 

Repository files navigation

Reminders

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.

Dependencies

  • Alfred
  • Alfred Powerpack
  • Growlnotify - many folks already have this. This extension expects it to be in /usr/local/bin/growlnotify. If you run which growlnotify and see this path, you're all set.

Usage

Usage follows the following format:

Usage

  • 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:

Reminder

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.

Installation

Install