Added functionality for Todoist. (my personal clone)
 
 
Go to file
Andrew Williams c60f1efb8b Merge branch 'release/0.4' 2016-08-04 10:32:23 +01: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 Add support for tagging indented lists. 2016-02-03 22:33:45 +00:00
nextaction.py Better docstrings and debug messages for non-commit cycles 2016-02-20 17:25:35 +00:00
requirements.txt Pin python-todoist to 0.2.26, for issue #6 2016-08-04 10:28:30 +01:00
setup.py Version 0.4 2016-08-04 10:32:16 +01: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 project or task ends with _, the child 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 project or task name ends with ., the child 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>