Update README.md

Added overdue recurring task functionality
pull/16/head
Ari Bailey 2021-06-20 12:57:09 -04:00 committed by GitHub
parent 190037364d
commit a202d0ac7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ This program adds four major functionalities to Todoist to help automate your wo
2) Enable regeneration of sub-tasks in lists with a recurring date. Multiple modes possile.
3) Postpone the end-of-day time to after midnight to finish your daily recurring tasks
4) Make multiple items (un)checkable at the same time
5) Overdue daily recurring tasks next occurence can be made to be scheduled for today instead of tomorrow when completed.
If this tool helped you out, I would really appreciate your support by providing me with some coffee!
@ -130,6 +131,10 @@ If you want to enable an alternative end-of-day, run with the `-e` argument and
python autodoist.py -a <API Key> -e <NUMBER>
If you want to enable alternative overdue recurring task functionality, run with the `-o` argument followed by a mode number for the overall functionality (0: behavior off, 1: behavior on):
python autodoist.py -a <API Key> -o <NUMBER>
These modes can be run individually, or combined with each other.
## Additional arguments