jeaye / remind-warrior

TaskWarrior -> Remind converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remind-warrior

remind-warrior reads TaskWarrior's tasks, filters and sorts them, then converts them to the Remind format. This allows me to use Wyrd to see all of my TODOs and due dates, as well as my normal reminders.

Build

$ lein uberjar

Usage

Add the following line to your ~/.reminders, adjusting as needed:

INCLUDE /home/USER/.remind/remind-warrior.rem

Now add a job to your crontab. In this example, we update every 5 minutes:

$ crontab -e
*/5 * * * * java -jar ~/projects/remind-warrior/target/uberjar/remind-warrior-0.1.0-standalone.jar >| ~/.remind/remind-warrior.rem

About

TaskWarrior -> Remind converter

License:MIT License


Languages

Language:Clojure 100.0%