Skip to content

Creates an curses Kanban view from taskwarrior

License

Notifications You must be signed in to change notification settings

MarcelPa/taskwarrior-kanban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskwarrior-kanban: Personal Kanban Board for Taskwarrior.

tw-kanban.py is a Python(3) script which provides a simple personal Kanban board for the task management tool Taskwarrior. It sorts your tasks into the following three categories - Backlog, In Progress, and Done, and generates a Kanban board using curses in a terminal.

This project is based on (and forked from) taskwarrior-kanban by Jithin Jith. Thanks to Jithin!

Not started category contains tasks which are pending and have not been started yet. In progress category contains tasks which are pending but have been started. And Done category contains the last 10 tasks which have been completed.

This does not give you an interactive Kanban board. All changes have to be made through taskwarrior and then tw-kanban.py has to be run again to regenerate the board.

Prerequisites

  • Taskwarrior (Tested on version 2.5.1)

  • Python 3.0+ (Tested on Python 3.7.4)

Usage

  • python3 tw-kanban.py
  • ???
  • Profit

About

Creates an curses Kanban view from taskwarrior

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%