Added functionality for Todoist.
 
 
Go to file
Andrew Williams 4c82e9465c Add copyright to LICENSE 2015-12-12 14:21:45 +00:00
.gitignore Add Heroku support. 2014-11-15 19:38:44 +00:00
LICENSE Add copyright to LICENSE 2015-12-12 14:21:45 +00:00
README.md Cleanup README, remove Heroku Procfile 2015-12-12 14:20:48 +00:00
nextaction.py Change suffixes to working defaults 2015-12-12 14:17:25 +00:00
requirements.txt First pass at conversion to todoist-python library. 2015-05-01 01:02:50 +01:00
setup.py Update to use setuptools 2015-12-12 14:07:48 +00:00

README.md

NextAction

A more GTD-like workflow for Todoist. Uses the REST API to add and remove a @next_action label from tasks.

This program looks at every list in your Todoist account. Any list that ends with _ or . is treated specially, and processed by NextAction.

Note that NextAction requires Todoist Premium to function properly, as labels are a premium feature.

Requirements

  • Python 2.7, Python 3.0+ is unsupported at the moment
  • todoist-python package.

Activating NextAction

Sequential list processing

If a list ends with _, the top level of tasks will be treated as a priority queue and the most important will be labeled @next_action. Importance is determined by order in the list

Parallel list processing

If a list name ends with ., the top level of tasks will be treated as parallel @next_actions. The waterfall processing will be applied the same way as sequential lists - every parent task will be treated as sequential. This can be overridden by appending _ to the name of the parent task.

Executing NextAction

You can run NexAction from any system that supports Python.

Running NextAction

NextAction will read your environment to retrieve your Todoist API key, so to run on a Linux/Mac OSX you can use the following commandline

python nextaction.py -a <API Key>