Improve makefile
Make exit codes more meaningful
Trim whitespace surrounding todo summary
todos
, a simple task management toolQuickly find and read comments in the form TODO(yourname): brief summary
.
Run go get github.com/benburwell/todos
.
Basic usage:
$ todos
You'll need to either pass the --name=<yourname>
argument each time you run
todos
, or create a ~/.todorc
file that just contains name = "yourname"
.