A simple tool for finding TODO comments in code, and sorting them by age.
Install with brew install goodpals/goodpals/ye_olde_todos (may need to brew tap goodpals/goodpals first), or by cloning this repo and running cargo install --path ..
Run ye_olde_todos in a directory that's part of a git repository. Can also take a path with ye_olde_todos -p /path/to/thing.
It won't work outside of git repos.
It currently finds comments like // TODO or # TODO. It works by using git blame.