A human-friendly git autocommit message generator
Project description
Auto-Commit
A human-friendly Git commit message generator.
It scans your repository, detects changes, and produces clear commit messages that are easy to read.
Perfect for developers who want to speed up their commit workflow.
✨ Features
- Detects added, modified, deleted, renamed files
- Shows exact lines changed (optional)
- Human-readable messages (no cryptic logs)
- Works as a command-line tool
- Multiple options to customize output
🚀 Installation
pip install autocommit
🔧 Usage
After installing, run:
autocommit --help
Example
autocommit --verbose --show-lines --flavor
Output:
Created file main.py
Changes in main.py:
+ print("Hello world")
Modified file cli.py
Changes in cli.py:
- print("old")
+ print("new")
🚀 Let's go!
⚙️ Arguments
Flag / Option Description
--verbose Show detailed file list --show-lines Show exact added/removed lines --flavor Add a fun ending (🚀, ✅, 🔥, etc.) --short Shorten messages for quick commits --no-color Disable colored output
📌 Example Workflow
git add .
autocommit --verbose --show-lines
git commit -m "$(autocommit --short)"
📝 License
This project is licensed under the MIT License.
⚡ Coming Soon
An NPM version of Autocomplete Commit for JavaScript/Node.js developers.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autocomplete_commit-0.1.1-py3-none-any.whl.
File metadata
- Download URL: autocomplete_commit-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26c742ee73ba102c92a27f9d91f0dcc0da0baa6da3be788e4d839bb163862eeb
|
|
| MD5 |
f782552b74a164818fd74982c8afae07
|
|
| BLAKE2b-256 |
eb1e399779c6b7d1af94a02c8f58e23ae066184fa4355df6fdffcee18b6f285d
|