This is a work-in-progress
Should look something like this when I finish it
$ todocount *.c
main.c:123 // TODO: do some stuff
main.c:159 // TODO: do other stuff
util.h:10 // FIXME: blablabla
But right now it looks like this:
$ ./todocount .
TODO count: 10
FIXME count: 7
NOTE count: 3
PERF count: 3