rcz

A tool to write a commit message based on Conventional Commits

Installation

sh cargo install rcz

Example

zsh function gitk { git commit -m "`rcz`" }