A simple CLI for interacting with OS X reminders.
Note: This fork scans markdown files ending in .scan.md and syncs them with corresponding reminders lists. At this time it's only set up for me, though I may soon make the necessary changes and instructions for others to use it. Currently working on expanding support to emacs org-mode .org files
$ reminders show-lists
Soon
Eventually
$ reminders show Soon
0 Write README
1 Ship reminders-cli
$ reminders complete Soon 0
Completed 'Write README'
$ reminders show Soon
0 Ship reminders-cli
$ reminders add Soon Contribute to open source
$ reminders add Soon Go to the grocery store --due-date "tomorrow 9am"
$ reminders show Soon
0: Ship reminders-cli
1: Contribute to open source
2: Go to the grocery store (in 10 hours)
$ reminders new-list Grocery
Created reminders list 'Grocery'!
With Homebrew
$ brew install keith/formulae/reminders-cli
Download the latest release from here
$ tar -zxvf reminders.tar.gz
$ mv reminders /usr/local/bin
$ rm reminders.tar.gz
This requires a recent Xcode installation.
$ cd reminders-cli
$ make build-release
$ cp .build/release/reminders /usr/local/bin/reminders