Use something like this to get text to use as a cute commit message:

curl https://gitcute.cat/commit

Get the message and commit...

git commit -m"$(curl --silent https://gitcute.cat/commit)" README.md

About Cute Commits

This is a REST API that serves suggestions for cute commit messages. You could use these for other purposes but they meant to be mildly entertaining commit messages to make testing and troubleshooting a little more fun.

I made this because I really liked using whatthecommit.com but the commit messages are not always suitable for work. Cats and humans of all ages can use these commits at work without any worry. You can see all of the commits (and spoil the ✨magic✨) at gitlab.com/brie/gitcute.