A tool that collects TODOs from the source code and reports them as github issues.
// TODO: Rewrite this in <language>
// TODO(#42): Rewrite this in <language>
$ go run main.go list # lists all TODOs in the current directory
$ go run main.go report # report all unreported TODOs in current directory
~/.fallout/config.ini