Skip to content

Latest commit

 

History

51 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calwarrior

Calendar view for Taskwarrior

Why

Taskwarrior has a Calendar view in Terminal but it simply shows if any task is due on a particular date. I needed to visualise the list of tasks spread across a week, so I built a UI for it. I plan to keep it really simple, which basically means that the UI is going to be read only and all edits must come through task CLI.

This works well for me and it was an overnight hack to scratch an itch!

Usage

Local Setup

$ task export > ~/calwarrior/data/tasks.json
$ yarn serve

Docker

# We need to mount `tasks.json` fetched using `task export` inside container `/app/data`:
$ docker run -p 8000:80 -v `pwd`/data/tasks.json:/app/data/tasks.json:ro mrkaran/calwarrior:latest

LICENSE

About

Calendar web view for Takwarrior

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages