A simple terminal kanban for taskwarrior
This script is forked from vim taskwarrior Kanban board. Instead of running within vim, this script runs in a terminal. I also just added some functionality like color pprint.
This script depends on terminaltables
and colorama
. You should be able to get them by
pip install -r requirements.txt
- Fix terminal color code mingling with string length.