Easily find comments tagged as TODO, FIX, WARNING, or NOTE in your codebase.
brew install opendevtools/todos/todos
todos find [path]
Path defaults to src
if none is provided.
If you have a long list of TODOs and want to find something in particular, use the --filter
flag.
todos find [path] --filter <filter>
This command will display numbers for each TODO. Post the number you want to open in the input and it will open using the $EDITOR
environment variable. If no variable is set, it will use vim. This can be used together with the --filter
flag.
todos find [path] --open