A tool to write a commit message based on Conventional Commits
sh cargo install rcz
zsh function gitk { git commit -m "`rcz`" }