Find TODO, FIXME, HACK, UNDONE and XXX comment tags at your files.
Fast and easy to distribute (binary) tool. No language like node.js or ruby required for running the tool.
Install the commandline interface by running
go get github.com/paulvollmer/commenttags/cmd/commenttags
To find all tags at one file, simple run...
commenttags yourfile.ext
If you want to print the result as pretty formatted json, run...
commenttags -f json-pretty yourFile.ext
To write a json file...
commenttags -f json -w yourReport.json yourFile.ext