Metadata-Version: 2.1
Name: oh-my-git-agent
Version: 1.0.9
Summary: A simple git agent for managing git repositories
Home-page: https://github.com/LinXueyuanStdio/GitAgent
License: MIT
Author: Xueyuan Lin
Author-email: linxy59@mail2.sysu.eud.cn
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: GitPython
Requires-Dist: loguru
Requires-Dist: typer
Requires-Dist: xlin
Description-Content-Type: text/markdown

# GitAgent
Git Agent for git operations automation

## Installation
```bash
pip install oh-my-git-agent
```
```bash
$ gcli --help
 Usage: gcli [OPTIONS]

 自动填写 commit 信息提交代码

╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ *  --repo-dir                  TEXT  git 仓库目录 [default: None] [required]                                   │
│    --install-completion              Install completion for the current shell.                                 │
│    --show-completion                 Show completion for the current shell, to copy it or customize the        │
│                                      installation.                                                             │
│    --help                            Show this message and exit.                                               │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```

## Usage

```bash
gcli --repo-dir .
git push origin main
```

