Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-jith/taskwarrior-kanban
Creates an HTML Kanban view from taskwarrior
https://github.com/j-jith/taskwarrior-kanban
kanban-board taskwarrior
Last synced: about 1 month ago
JSON representation
Creates an HTML Kanban view from taskwarrior
- Host: GitHub
- URL: https://github.com/j-jith/taskwarrior-kanban
- Owner: j-jith
- License: mit
- Created: 2016-07-07T20:22:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T22:35:38.000Z (over 1 year ago)
- Last Synced: 2023-10-19T18:54:04.745Z (about 1 year ago)
- Topics: kanban-board, taskwarrior
- Language: Jinja
- Size: 76.2 KB
- Stars: 18
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taskwarrior-kanban: Personal Kanban Board for Taskwarrior.
`tw-kanban.py` is a Python(3) script which provides a simple [personal
Kanban](http://lifehacker.com/productivity-101-how-to-use-personal-kanban-to-visuali-1687948640)
board for the task management tool [Taskwarrior](taskwarrior.org). It sorts your tasks into the
following three categories - **Not started**, **In progress**, and **Done**, and generates a Kanban
board as an HTML+CSS file (I like to set this file as my browser's homepage so that I'm always aware
of my progress).**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](http://taskwarrior.org/download/) (Tested on version 2.5.0)
- Python 3.0+
- Requires the **jinja2** package: `pip3 install jinja2`.
## Usage
- `python3 tw-kanban.py`
- Open `index.html` in your favourite browser. I recommend setting it as your homepage.
Feel free to request more features.