aigitemoji is a program that adds a suitable emoji based on the message of the comment using AI
- Install go-lang 1.22.2 or higher - https://go.dev/doc/install
- run
go install github.com/yurahaid/aigitemoji/cmd/aigitemoji@latest
- Export open-ai api key int env
export OPEN_AI_API_KEY={your_key}
-
- Use AI git emoji
aigitemoji commit "Test commit"
oraigitemoji commit --amend "New commit message"
- If you don't want to provide the entire commit text to the AI,
you can add a secondary argument that will provide the AI,
but your original text will be private and only used for the local commit.
aigitemoji commit "{private commit text}" "{text to search for emoji that will be sent to AI API}
- Use AI git emoji
- Enjoy 🎉