Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Count TODO, FIXME, etc comments

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages