A collection of scripts to make life easier
Clone the repo and add the bin to your path
# in my case i add this to ~/.zshrc
export PATH="$HOME/Documents/Dev/cli-scripts/bin:$PATH"
Runs a diff between current branch and main and finds all the new TODOs