A search utility for TODO statements
in codebases.
Info •
Install •
Usage
Screenshots •
License
- User-configurable keyword search term (default:
TODO:) - Automatically track how long a task has been ignored
- Python (3.10+)
- Git
curl -O https://raw.githubusercontent.com/simon-danielsson/todo.py/refs/heads/main/src/todo.py
chmod +x todo.py
mv todo.py ~/my_scripts
#!/usr/bin/env bash
alias todo="$HOME/my_scripts/todo.py"Usage: todo [OPTIONS]
Options:
-k <keyword> Keyword to search for (default: "TODO:")
-c, --no-color Disable color output (default: enabled)
-h, --help Show this help message and exit
This project is licensed under the MIT License.

