Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 542 Bytes

taskwarrior-terminal-kanban

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.

screenshot

This script depends on terminaltables and colorama. You should be able to get them by

pip install -r requirements.txt

To Do

  • Fix terminal color code mingling with string length.