Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ammario/git-emoji
AI generated emojis for your commits
https://github.com/ammario/git-emoji
Last synced: 25 days ago
JSON representation
AI generated emojis for your commits
- Host: GitHub
- URL: https://github.com/ammario/git-emoji
- Owner: ammario
- License: cc0-1.0
- Created: 2023-03-09T21:20:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-12T21:19:36.000Z (over 1 year ago)
- Last Synced: 2024-05-21T05:54:26.412Z (6 months ago)
- Language: Go
- Size: 72.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ðĪŠ git-emoji
Spruce up your commit messages with emojis courtesy of GPT-3.
![Screenshot](img/cli.png)
## Usage
1. Sign up for [OpenAI](https://beta.openai.com/) and get an API key [here](https://platform.openai.com/account/api-keys).
1. Install the CLI with `go install github.com/ammario/git-emoji/cmd/gitemoji`.
1. Set your `OPENAI_API_KEY` environment variable to your API key.
1. 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.