This software to scan recursively for all files under the current directory to find pattern TODO and output the absolute path of file which exists TODO.
Install Nodejs
Copy the script scanTodo.js to any folder, then run:
node scanTodo.js
TestData folder include test cases
- Only search for
TODOinside comment - Only search for
TODOfull text - Only scan inside code (js, ts, css, html)
- Output to CSV or other output method
- Output
TODOcount per file & sort
MIT