This is a very interesting cli, its so simple. I stumbled accross the gi command awhile back and was like pfft, I dont want to install something for that. Didnβt even realize that you donβt install it, its just http. Their install instructions lead you to putting a curl funtion in your bashrc.
function gi() { curl -sLw \"\\\n\" https://www.toptal.com/developers/gitignore/api/\$@ ;}
This now has me wondering βWhat else can build like this?β