#git-commit #commit #git #ai #llm #gpt #cli-tool

app acm-cli

A dead-simple AI-powered CLI tool for effortlessly crafting meaningful Git commit messages

5 unstable releases

new 0.3.1 Apr 22, 2024
0.3.0 Feb 21, 2024
0.2.1 Jan 26, 2024
0.2.0 Jan 9, 2024
0.1.0 Jan 8, 2024

#407 in Development tools

Download history 2/week @ 2024-01-02 2/week @ 2024-01-09 7/week @ 2024-01-23 153/week @ 2024-02-20 23/week @ 2024-02-27 4/week @ 2024-03-05

366 downloads per month

Apache-2.0

765KB
152 lines

AI Commit Message acm

A dead-simple AI-powered CLI tool for effortlessly crafting meaningful Git commit messages.

Demo

Features

Installation

Before installing acm, please ensure that you have git installed on your system.

Via Cargo

To install acm from source using Cargo, run the following command:

cargo install --locked acm-cli

Via Homebrew

brew install dnanhkhoa/tap/acm

Usage

To generate a commit message and commit your changes, simply use acm as a replacement for git commit:

# Stage your changes
git add <files...>

# Generate a commit message and commit your changes
acm

License

acm is licensed under the Apache License 2.0

Dependencies

~8–21MB
~304K SLoC