This project provides a cli that takes a directory as an argument, and returns the # TODO: comments from all the python modules under that directory.
It will output in a markdown-friendly way, and is meant as a repeatable way to keep on top of all of the little todos that are peppered throughout a project.
pip install python-todo-comments
The basic command is py-todos combined with the following arguments:
- No argument: will search and parse the current working directory
-dor--dirwill search and parse the directory provided-oor--outputwill write the output to the provided filename-hor--helpwill provide the command's help context