From 7bd8b5a91aaeaf6365136c5e5b4203b64c308cdc Mon Sep 17 00:00:00 2001 From: Hoffelhas Date: Sat, 13 Jun 2020 18:36:37 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 395dbaa..4c4e4ad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ This program adds three major functionalities to Todoist to help automate your workflow: 1) Assign automatic next-action labels for a more GTD-like workflow - - Additional posibilities: label tasks based on a start-date or hide future tasks based on due date + - Flexible options to label tasks sequentialyl or in parallel + - Limit labels based on a start-date or hide future tasks based on the due date 2) Enable regeneration of sub-tasks in lists with a recurring date 3) Postpone the end-of-day time to after midnight to finish your daily recurring tasks @@ -61,7 +62,7 @@ Two methods are provided to hide tasks that are not relevant yet. - Prevent labels by defining a start-date. The label is only assigned if this date is reached. A start date can be added to a task by adding 'start-date=DD-MM-YYYY'. [See an example of using start-dates](https://i.imgur.com/WJRoJzW.png). -- Prevent labels when the due date is too far in the future. Simply define how many days, and the label is only assigned if the due date is less than that amount. The amount can be determined by the argument '-hf NUMBER_OF_DAYS'. +- Prevent labels of all tasks if the due date is too far in the future. Define the amount by running with the argument '-hf '. [See an example of the hide-future functionality](https://i.imgur.com/LzSoRUm.png). # Recurring lists @@ -104,13 +105,17 @@ These modes can be run individually, or combined with each other. Several additional arguments can be provided, for example to change the suffix tags for parallel and sequential projects: - python autodoist.py --p_suffix - python autodoist.py --s_suffix + python autodoist.py --pp_suffix + python autodoist.py --ss_suffix + +Or if you want to hide all tasks due in the future: + + python autodoist.py --hf In addition, if you experience issues with syncing you can increase the api syncing time (default 5 seconds): python autodoist.py --delay