Name | explain-cli JSON |
Version |
1.0.1
JSON |
| download |
home_page | None |
Summary | Explain repo state with Claude Code or Gemini CLI |
upload_time | 2025-09-10 21:37:43 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | MIT |
keywords |
git
ai
cli
llm
explain
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# explain-cli
Explain Git commits, PRs, and branch differences using Claude Code or Gemini CLI.
## Install
```bash
# uv
uv tool install explain-cli
# uv (source)
uv tool install https://github.com/ccmdi/explain-cli.git
# pip
pip install explain-cli
# pip (source)
pip install https://github.com/ccmdi/explain-cli.git
```
## Commands
```bash
# Explain commits
explain -C # Current commit
explain -C -s # Pick from recent commits
# Explain PRs
explain -P # Current PR
explain -P -s # Pick from all PRs
# Compare branches
explain -D # Compare your current work vs master/main
explain -D feature..main # Compare two branches
# Interactive selection
explain -D -s # Pick branches to compare
explain -D -f "*.py" # Only Python files
explain -C abc1234 -c # Copy to clipboard
# Configuration
explain --config # Set AI provider & verbosity
```
## Requirements
- `git`
- `gh` CLI (for PRs)
- `gemini` CLI or `claude` code
Raw data
{
"_id": null,
"home_page": null,
"name": "explain-cli",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "git, ai, cli, llm, explain",
"author": null,
"author_email": "ccmdi <ccmdi.dev@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/45/2b/b7f5372337a4ee85a35b3e4850046cbc54ae29cd7bb99a04a1b86db8752c/explain_cli-1.0.1.tar.gz",
"platform": null,
"description": "# explain-cli\r\n\r\nExplain Git commits, PRs, and branch differences using Claude Code or Gemini CLI.\r\n\r\n## Install\r\n\r\n```bash\r\n# uv\r\nuv tool install explain-cli\r\n# uv (source)\r\nuv tool install https://github.com/ccmdi/explain-cli.git\r\n\r\n# pip\r\npip install explain-cli\r\n# pip (source)\r\npip install https://github.com/ccmdi/explain-cli.git\r\n```\r\n\r\n## Commands\r\n\r\n```bash\r\n# Explain commits\r\nexplain -C # Current commit\r\nexplain -C -s # Pick from recent commits\r\n\r\n# Explain PRs \r\nexplain -P # Current PR\r\nexplain -P -s # Pick from all PRs\r\n\r\n# Compare branches\r\nexplain -D # Compare your current work vs master/main\r\nexplain -D feature..main # Compare two branches\r\n\r\n# Interactive selection\r\nexplain -D -s # Pick branches to compare\r\nexplain -D -f \"*.py\" # Only Python files\r\nexplain -C abc1234 -c # Copy to clipboard\r\n\r\n# Configuration\r\nexplain --config # Set AI provider & verbosity\r\n```\r\n\r\n## Requirements\r\n\r\n- `git`\r\n- `gh` CLI (for PRs)\r\n- `gemini` CLI or `claude` code\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Explain repo state with Claude Code or Gemini CLI",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/ccmdi/explain-cli",
"Issues": "https://github.com/ccmdi/explain-cli/issues",
"Repository": "https://github.com/ccmdi/explain-cli"
},
"split_keywords": [
"git",
" ai",
" cli",
" llm",
" explain"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "09ab55220aa9e5970416b539db3a19fc2f0cbe5aea5164990b8866cb38040273",
"md5": "07158c180eb2a3f0a0ff52010a8ac8bc",
"sha256": "7a6b0c5af785f284504a3b1b6272147b9e0605bfdf443f94c73b42165c480000"
},
"downloads": -1,
"filename": "explain_cli-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "07158c180eb2a3f0a0ff52010a8ac8bc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 12620,
"upload_time": "2025-09-10T21:37:43",
"upload_time_iso_8601": "2025-09-10T21:37:43.086929Z",
"url": "https://files.pythonhosted.org/packages/09/ab/55220aa9e5970416b539db3a19fc2f0cbe5aea5164990b8866cb38040273/explain_cli-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "452bb7f5372337a4ee85a35b3e4850046cbc54ae29cd7bb99a04a1b86db8752c",
"md5": "48e315d590e95f1695a9cdaf686cf81f",
"sha256": "b912cfc1a33b4f9dfad631c93f94951c35eaa672408f4432fdd5648028e82b00"
},
"downloads": -1,
"filename": "explain_cli-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "48e315d590e95f1695a9cdaf686cf81f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 11600,
"upload_time": "2025-09-10T21:37:43",
"upload_time_iso_8601": "2025-09-10T21:37:43.856764Z",
"url": "https://files.pythonhosted.org/packages/45/2b/b7f5372337a4ee85a35b3e4850046cbc54ae29cd7bb99a04a1b86db8752c/explain_cli-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-10 21:37:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ccmdi",
"github_project": "explain-cli",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "explain-cli"
}