Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviksaikat/git-commiter
A Python script for automatically adding and committing new and modified files to Git
https://github.com/aviksaikat/git-commiter
git github hatch package pip pip-package python-hatch python3
Last synced: 28 days ago
JSON representation
A Python script for automatically adding and committing new and modified files to Git
- Host: GitHub
- URL: https://github.com/aviksaikat/git-commiter
- Owner: Aviksaikat
- License: mit
- Created: 2023-11-24T01:53:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T18:26:57.000Z (7 months ago)
- Last Synced: 2024-05-31T21:33:44.221Z (7 months ago)
- Topics: git, github, hatch, package, pip, pip-package, python-hatch, python3
- Language: Python
- Homepage:
- Size: 708 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Git Commiter
[![Python Version](https://img.shields.io/badge/Python-3.9%2B-blue.svg)](https://www.python.org/downloads/) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
## Showcase
![](media/banner.gif)
A Python script for automatically adding and committing new and modified files to Git.
## 🛠️ Usage
![](media/usecase.gif)
```bash
gitcommiter -d /path/to/your/directory
```## Installation
- Using pip
```
pip install gitcommiter
```## ✨ Features
- Automatically adds untracked files to Git. ✨
- Automatically adds modified files to Git. ✅
- Generates a clear commit message. 📝## Tools
- Developed using [Hatch](https://hatch.pypa.io/latest/)