A simple CLI for interacting with OS X reminders.
$ 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 Go to sleep $ reminders show Soon 0 Ship reminders-cli 1 Go to sleep With Homebrew
$ brew install keith/formulae/reminders-cli NOTE You must have Xcode 7.3.1 installed at /Applications/Xcode.app for this to work correctly. If this isn't the case you should build manually as described below.
Download the latest release from here
$ tar -zxvf reminders.tar.gz $ mv reminders /usr/local/bin $ rm reminders.tar.gz Install swiftenv
$ cd reminders-cli $ swift build --configuration release $ cp .build/release/reminders /usr/local/bin/reminders