danobi / kbb

kbb is a terminal based kanban board implementation with Google Tasks integration
5 stars 0 forks source link

kbb

kbb is a kanban board implementation for the terminal. It's core feature is that it syncs with Google Tasks via the developer API.

screenshot

Features:

Quickstart:

1) git clone https://github.com/danobi/kbb.git

2) cd kbb

3) python3 -m virtualenv venv

4) source venv/bin/activate

5) pip install -r requirements.txt

6) make # start kbb

Commands:

TODO: