update README to reflect new feature and remove deprecated usage of aicommit_groq

This commit is contained in:
ilguappo 2024-08-08 02:15:21 -07:00
parent 141b53b4ba
commit e3704b4e6e
Signed by: ilguappo
GPG Key ID: 98486F29C8969FD0
2 changed files with 11 additions and 4 deletions

View File

@ -1,19 +1,25 @@
## use AI to draft commit messages
# use AI to draft commit messages
aicommit injects a commit message draft written by RayAI before loading your default editor for review.
requires: jq
requires: cur, jq
> aicommit_groq is broken. Don't use.
### use
## use
Change your
1. Clone the repo
1. Add to your `~/.bashrc`
```bash
export GIT_EDITOR="<path/to/>aicommit"
```
1. Use git as normal.
```bash
git commit
```
Using the `-m` flag will bypass generating a message `git commit -m`

1
test.txt Normal file
View File

@ -0,0 +1 @@
This is a test.