GROOOOAAAARK/zig-commit-emojis
CLI made with Ziglang ⚡️ to get best suited emoji for git commits (inspired by gitmoji)
This project is a discovery of Zig through the following usecase: use a service to get a list of emojis usable in commit as well as a search feature to make sure to find the right one in any situation.
zig build run
./zig-out/bin/zig-commit-emoji --help
Will simply list all emojis available with their description.
./zig-commit-emoji list
Will look for the keyword typed in all emojis descriptions.
./zig-commit-emoji search -k <keyword>
./zig-commit-emoji search -k "feat"