A simple utility to find TODO comments in files.
sh todo.sh <path/to/file>
Download and cd
into folder, then make todo.sh
executable.
chmod u+x todo.sh
Copy todo.sh
to /usr/local/bin
.
cp todo.sh /usr/local/bin
Create alias
in .zshrc
(or whatever).
alias todo=/usr/local/bin/todo.sh
Reload.
source ~/.zshrc
Run.
todo
Use todo init
to create .todo
-file in project root folder, add filenames to this file to include in search.
readme.md
# TODO this is a todo