| Crates.io | autocommiter |
| lib.rs | autocommiter |
| version | 1.1.0 |
| created_at | 2025-10-22 20:27:25.529017+00 |
| updated_at | 2025-10-27 22:37:45.245393+00 |
| description | Auto-generate git commit messages using AI |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1896234 |
| size | 108,184 |
Autocommiter is a small command-line tool that helps you generate concise and informative git commit messages automatically. It can use an AI inference service (you provide an API key) to produce messages based on staged changes, or fall back to a local default message when no API is configured.
Key features
.gitignore management to avoid accidentally committing secretsQuick start
cargo build --release
./target/release/autocommiter generate
./target/release/autocommiter set-api-key <KEY>
Where to look next
src/ — core implementation filesdocs/ARCHITECTURE.md — high-level module responsibilities and data flowsdocs/USAGE.md — examples and common workflowsContributing
CONTRIBUTING.md for contribution guidelines.License