autodoist/README.md

41 lines
1.4 KiB
Markdown
Raw Normal View History

2014-03-09 23:55:47 -04:00
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.
2015-12-12 09:20:48 -05:00
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.
2014-11-15 14:58:01 -05:00
Requirements
============
* Python 2.7, Python 3.0+ is unsupported at the moment
* ```todoist-python``` package.
2014-11-15 14:58:01 -05:00
Activating NextAction
2014-11-15 14:58:01 -05:00
=====================
Sequential list processing
2014-11-15 14:58:01 -05:00
--------------------------
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
2014-11-15 14:58:01 -05:00
------------------------
If a project or task name ends with `.`, the child tasks will be treated as parallel `@next_action`s.
2015-12-12 09:20:48 -05:00
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.
2014-11-15 14:38:44 -05:00
Executing NextAction
====================
2015-12-12 09:20:48 -05:00
You can run NexAction from any system that supports Python.
2014-11-15 14:38:44 -05:00
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
2015-09-05 10:56:30 -04:00
python nextaction.py -a <API Key>