kbb
is a kanban board implementation for the terminal. It's core feature is that it syncs with Google Tasks via the developer API.
User defined stages
Command line user interface
GTasks integration
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
/sync
/new [....]
[...]
/new update README.md for kbb
/move [task #] [destination stage]
/move 3 to done
/delete [task #]
/delete 4
/quit
or CTRL-C
CTRL-C
means press the c
key on the keyboard while holding the Ctrl
key[x] Implement core API
[x] Implement UI
[ ] Create testing framework
[ ] Write more thorough user documentation
[ ] Package kbb
[ ] Clean up API
Task
object after inserting task, since task_id isn't consistent after online sync