8000 GitHub - 1F47E/commi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1F47E/commi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMMI Cover

COMMI

COMMI is your git commit friend.

Installation

Using the Installation Script (Recommended)

The easiest way to install COMMI is by using the provided installation script:

git clone https://github.com/user/commi.git
cd commi

./install.sh

Manual Installation from Source

Alternatively, you can manually build and install:

git clone https://github.com/user/commi.git
cd commi

go build
go install

Usage

cd to a project with git that has some changes you want to commit and run

commi

Or if you want to commit in YOLO mode without review:

commi -f

Or if you want to specify a subject for the commit message (like a jira ticket?):

commi "CR-22 WIP"

COMMI Screenshot 1

COMMI Screenshot 2

Optional Arguments

  • [subject]: Specify a subject for the commit message (optional).
  • -f, --force: Commit generated message without review (yolo mode).
  • -v, --version: Display version information.

Configuration

For Anthropic:

export ANTHROPIC_API_KEY=your_api_key_here

For OpenAI:

export OPENAI_API_KEY=your_api_key_here

Environment Variables

  • ANTHROPIC_API_KEY: Your Anthropic API key
  • OPENAI_API_KEY: Your OpenAI API key

License

Code is released under the MIT License.

Special thanks to

Sonnet 3.5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0