myTasks
myTasks copied to clipboard
a python command line script for google tasks
Currently we can specify date, e.g.: ``` bash ./myTasks.py -n "Tasks list" "task3" 2013-09-06 ``` It would be good to specify also time for a new task, e.g.: ``` bash...
I'm getting this error message after entering the . Any thoughts? Thanks ...... Jon-Schulls-MacBook-Pro-2:parezcoydigo-myTasks-06b9769 jonschull$ python myTasks.py Go to the following link in your browser: https://accounts.google.com/o/oauth2/auth?scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Ftasks&redirect_uri=oob&response_type=code&client_id=128296334067.apps.googleusercontent.com&access_type=offline Enter verification code: 4/xvtrM60qvQnUkVnR-9I9XWjbZ5mc...
It would be nice if tasks with multiple parents (i.e., parents with parents) could be displayed with the correct indentation. I've implemented this using a nasty hack for up to...
Indented Task should be printed with a subnumber like : 1. Task 1.1 Sub-task