Taskwarrior commands extension. See WIKI for more details!
- fast, written on golang language
- simple customizable and extensible
- zero configuration
- colorfull output
If you have got Golang installed on your machine, use this command. Else, see instructions in Documentation
go install github.com/likipiki/taskwarriorExtension ./cmd/tj
tj tree [project-name]
-- show project and subprojects tasks like treetj ctx [context]
-- Setting up contexttj add [task]
-- Add new task with contexttj sp [task-number] [new-task]
-- Split task to smaller ones
Branching model, plugin creation and others your can find in the Development page.