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 0.13.0
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"