Skip to main content

Automated Git commit message generator using AI

Project description

EffortZeroCommit

Automated Git commit message generator using AI.

Dependencies

  • Git must be installed on your system. You can download it from git-scm.com

Installation

pip install effort-zero-commit

Usage

  1. Stage your desired files:
git add .
  1. Generate commit messages and commit:

Individual commits (default): Each staged file gets its own commit with a unique message

ezcommit -run

Unified commit: All staged files are committed together with a single unified message (useful when all changes are part of the same feature)

ezcommit -run --unified

Custom repository path:

ezcommit -run --path /path/to/repo

Configuration

Using your terminal, export your Groq API key and model name:

# Windows (Command Prompt):
set GROQ_API_KEY=your_groq_api_key_here
set MODEL_NAME=mixtral-8x7b-32768

# Windows (PowerShell):
$env:GROQ_API_KEY="your_groq_api_key_here"
$env:MODEL_NAME="mixtral-8x7b-32768"

# Linux/macOS:
export GROQ_API_KEY=your_groq_api_key_here
export MODEL_NAME=mixtral-8x7b-32768

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

effort_zero_commit-0.1.4.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

effort_zero_commit-0.1.4-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file effort_zero_commit-0.1.4.tar.gz.

File metadata

  • Download URL: effort_zero_commit-0.1.4.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.0

File hashes

Hashes for effort_zero_commit-0.1.4.tar.gz
Algorithm Hash digest
SHA256 6a8231eb26f813aba938e8b84a7fa964317c1e8ded892bf26863ae3cc1b079df
MD5 fe447ec3b2aee6b529ff2c4b79dd2332
BLAKE2b-256 bf1e9e2e3dc16f7e1b8e2b0dd84998f2110dbdbfb1a1bffe360733f86f106461

See more details on using hashes here.

File details

Details for the file effort_zero_commit-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for effort_zero_commit-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e9bc123d8c9bfbaf8d3b049ce27713b6a86df2cae9cca3c366bc235806533d11
MD5 14ef8d7d02aa8bcfa6770f9bae55026a
BLAKE2b-256 b88b7232f7cbe045ff08a003f52a87d55fb212191e41021d46c9a230b67eb459

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page