/taskwarriorExtension

Taskwarrior commands extension. Split tasks, create tasks faster, show tasks like a tree. Easy to use, incredibly fast!

Primary LanguageGoMIT LicenseMIT

Taskwarrior Extension

build

Taskwarrior commands extension. See WIKI for more details!

Features

  • fast, written on golang language
  • simple customizable and extensible
  • zero configuration
  • colorfull output

Installation

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

Avaliable commands

  • tj tree [project-name] -- show project and subprojects tasks like tree
  • tj ctx [context] -- Setting up context
  • tj add [task] -- Add new task with context
  • tj sp [task-number] [new-task] -- Split task to smaller ones

Read more about commands

Development

Branching model, plugin creation and others your can find in the Development page.

References