Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 444 Bytes

Helpful CLI Scripts

A collection of scripts to make life easier

Install

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"

Scripts

TODO

Runs a diff between current branch and main and finds all the new TODOs

image