anaxios
e3704b4e6e
update README to reflect new feature and remove deprecated usage of aicommit_groq
use AI to draft commit messages
aicommit injects a commit message draft written by RayAI before loading your default editor for review.
requires: cur, jq
aicommit_groq is broken. Don't use.
use
-
Clone the repo
-
Add to your
~/.bashrc
export GIT_EDITOR="<path/to/>aicommit"
- Use git as normal.
git commit
Using the -m
flag will bypass generating a message git commit -m
Description
Languages
Shell
100%