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.shCopy todo.sh to /usr/local/bin.
cp todo.sh /usr/local/binCreate alias in .zshrc (or whatever).
alias todo=/usr/local/bin/todo.shReload.
source ~/.zshrcRun.
todoUse 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