ammario / git-emoji

AI generated emojis for your commits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤪 git-emoji

Spruce up your commit messages with emojis courtesy of GPT-3.

Screenshot

Usage

  1. Sign up for OpenAI and get an API key here.
  2. Install the CLI with go install github.com/ammario/git-emoji/cmd/gitemoji.
  3. Set your OPENAI_API_KEY environment variable to your API key.
  4. The next time you're about to push a commit, run gitemoji right before and follow the prompts.

Fully Commit

If you care deeply about emojis, you can add the following to your ~/.gitconfig:

[alias]
    emoji = "! ~/go/bin/gitemoji"

Then you can run git emoji, fully committing to the emoji lifestyle.

About

AI generated emojis for your commits

License:Creative Commons Zero v1.0 Universal


Languages

Language:Go 98.1%Language:Makefile 1.9%