tasks
tasks is an easy and lightweight CLI tool to keep time track your todos. The goal is to enable to track concurrent from small to big tasks
Installation
Make sure you have a working Go environment (go 1.1+ is required). See the install instructions.
To get tasks, run:
$ go get github.com/phillipahereza/tasks
To install it in your path so that taskscan be easily used:
$ cd $GOPATH/src/github.com/phillipahereza/tasks
$ GOBIN="/usr/local/bin" go install
Getting Started
TODO
Inspired by golog
Contribution Guidelines
@TODO
If you have any questions feel free to link @mlimaloureiro to the issue in question and we can review it together.