A simple tool to check where TODO, FIXME, or BUG comments exist within a project directory. Currently supported file types include: .py, .java, .cpp, .c, .js, .ts, .go, .rb.
Run the following command in the project root directory:
pip install -e .Command Line Mode:
todo-check -d <target_directory>Streamlit Web Interface:
todo-check web