AI-powered Git assistant that understands natural language
Project description
GitBuddy
An AI-powered Git assistant that runs commands from natural language. Requires Python 3.10+ and a free Groq API key.
Installation
python -m pip install gitbuddy-cli
gitbuddy setup
Usage
gitbuddy run "undo my last commit but keep changes"
gitbuddy run "create a branch called feature-login"
gitbuddy run "show me what changed"
gitbuddy clone <url>
gitbuddy commit "your message"
gitbuddy branch create <name>
gitbuddy branch list
gitbuddy branch switch <name>
gitbuddy push <branch>
gitbuddy pull <branch>
How it works
GitBuddy translates natural language into Git commands using Llama 3 via Groq. Before running anything destructive, it shows you the command and asks for confirmation.
Windows
After setup, add the alias to your PowerShell profile:
python -m gitbuddy.install
Then restart your terminal.
Requirements
- Python 3.10+
- Free Groq API key — console.groq.com
License
MIT
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 Distribution
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 gitbuddy_cli-0.1.1.tar.gz.
File metadata
- Download URL: gitbuddy_cli-0.1.1.tar.gz
- Upload date:
- Size: 5.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
612445a51acade1313b6868050b142866b93951d04455ea987a324a53552a0ff
|
|
| MD5 |
654864d4b35e9f4aadc1182bdcfedcfd
|
|
| BLAKE2b-256 |
304e1a82cda9a8b0f49f05ce21bb033bc750acc61f9f392e082e78837af2a771
|
File details
Details for the file gitbuddy_cli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: gitbuddy_cli-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75ba6725645058f3acd2cf563e99885707facc49f8b1a17c637ca3c9649db9e4
|
|
| MD5 |
f7752b737bfb0337e0963de2e4caa6c7
|
|
| BLAKE2b-256 |
eb7a5953cff25d73ff59138ce13aef4e59b172dc353ba74f46acd4c0bc22fd3f
|