You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ NextAction
4
4
A more GTD-like workflow for Todoist. Uses the REST API to add and remove a `@next_action` label from tasks.
5
5
6
6
This program looks at every list in your Todoist account.
7
-
Any list that ends with `-` or `=` is treated specially, and processed by NextAction.
7
+
Any list that ends with `_` or `.` is treated specially, and processed by NextAction.
8
8
9
9
Note that NextAction requires Todoist Premium to function properly, as labels are a premium feature.
10
10
@@ -19,36 +19,22 @@ Activating NextAction
19
19
20
20
Sequential list processing
21
21
--------------------------
22
-
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`.
22
+
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`.
23
23
Importance is determined by order in the list
24
24
25
25
Parallel list processing
26
26
------------------------
27
-
If a list name ends with `=`, the top level of tasks will be treated as parallel `@next_action`s.
28
-
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.
27
+
If a list name ends with `.`, the top level of tasks will be treated as parallel `@next_action`s.
28
+
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.
29
29
30
30
Executing NextAction
31
31
====================
32
32
33
-
You can run NexAction from any system that supports Python, and also deploy to Heroku as a constant running service
33
+
You can run NexAction from any system that supports Python.
34
34
35
35
Running NextAction
36
36
------------------
37
37
38
38
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
0 commit comments