A free REST API for random Unspirational quotes. (Unspirational Quotes as a Service, UQaaS)
$ curl unspirational.herokuapp.com/quote
// returns {"quote":"Be yourself. No one else wants to be you."}
Make sure you have 'jq' installed.
Make all commit messages a random Unspirational quote.
$ git config --global alias.pain !git commit -m \"$(curl -s unspirational.herokuapp.com/quote | jq -r '.quote')\"
$ git add .
$ git pain
$ git push
Profit ✅