taskstodo

Manage Google Tasks from the command-line and sync tasks with other apps.


License
MIT
Install
pip install taskstodo==0.0.3

Documentation

taskstodo

taskstodo is a command-line application for managing Google Tasks, allowing you to view, create, update and delete task lists and their associated tasks. taskstodo can also perform a two-way sync between Google Tasks and calcurse.

Installation

pip install taskstodo

Configuration

Usage

Create task list:

taskstodo list -c <list_title>

Create task:

taskstodo task -c <task_title> [-n <note>] <list_title>

Show task lists:

taskstodo show-lists

Show tasks:

taskstodo tasks <list_title>

Sync calcurse and Google Tasks:

taskstodo sync-calcurse <list_title>

Show help:

taskstodo -h