Unofficial CLI to automatically schedule today Todoist items.
- Python(3.4.6)
$ todoist-cli schedule --now
- run at 19:00.
- default item duration is 60 min.
$ python setup.py sdist $ pip uninstall todoist-cli # if already installed $ pip install dist/todoist-cli-0.0.1.tar.gz
$ cat $HOME/.todoist_cli/config.ini [todoist] token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [calendar] key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX [settings] day_start=09:30 default_duration_minutes=60
$ todoist-cli schedule --help Usage: todoist-cli schedule [OPTIONS] Options: --date TEXT (not implemented) Specify date as format YYYYMMDD --now use the current time as day start time --help Show this message and exit.