TodoFinder
A simple command line tool for finding TODOs in a codebase and outputting them in a clean, readable way.
It's pretty rough. It could be a grep for sure. Do I care? Nahhhh.
I'm sorry.
Installation
$ gem install todo_finder
Usage
Run the todo
command to find all TODOs in the current directory
$ todo
Optionally specify a directory to search for TODOs:
$ todo my_technical_debt/lib
Contributing
- Fork it ( https://github.com/brianokeefe/todo_finder/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request