A tool inspired by gitmoji that helps you create
standardized, emoji-based Git commits — without installing any dependencies,
packages, or runtimes.
Everything runs from a single binary.
Gitmoji is a great way to make commits more semantic and easier to understand.
However, many existing tools require:
- Installation via npm/yarn
- Extra configuration
- A runtime environment (like Node.js)
This project solves that by providing:
✅ A single binary ✅ Zero dependencies ✅ Instant execution ✅ Cross-platform support
Just download the binary for your operating system and make it executable.
curl -sSLO https://github.com/edufolly/gitmoji/releases/latest/download/gitmoji-linux-amd64 && \
chmod +x gitmoji-linux-amd64 && \
sudo mv gitmoji-linux-amd64 /usr/local/bin/gitmoji