A modified version of reminders-cli for use with Agenda Alfred Workflow
$ 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)
You don't want this, I promise you. It's only useful for the Alfred workflow.
This requires a recent Xcode installation.
$ cd reminders-cli
$ make build-release
$ cp .build/release/reminders /usr/local/bin/reminders