Skip to content

AI git emoji is a program that adds a suitable emoji based on the message of the comment using AI

License

Notifications You must be signed in to change notification settings

yurahaid/aigitemoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI GIT EMOJI

aigitemoji is a program that adds a suitable emoji based on the message of the comment using AI

How to install

  1. Install go-lang 1.22.2 or higher - https://go.dev/doc/install
  2. run go install github.com/yurahaid/aigitemoji/cmd/aigitemoji@latest
  3. Export open-ai api key int env export OPEN_AI_API_KEY={your_key}
    1. Use AI git emoji aigitemoji commit "Test commit" or aigitemoji commit --amend "New commit message"
    2. 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}
  4. Enjoy 🎉

example

About

AI git emoji is a program that adds a suitable emoji based on the message of the comment using AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages