aicommit/README.md

421 B

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

  1. Clone the repo

  2. Add to your ~/.bashrc

export GIT_EDITOR="<path/to/>aicommit"
  1. Use git as normal.
git commit

Using the -m flag will bypass generating a message git commit -m