https://github.com/nottherealwallyx/gitblend
Python CLI with Git utilities
https://github.com/nottherealwallyx/gitblend
git python-cli
Last synced: 3 months ago
JSON representation
Python CLI with Git utilities
- Host: GitHub
- URL: https://github.com/nottherealwallyx/gitblend
- Owner: NotTheRealWallyx
- License: mit
- Created: 2025-04-01T16:35:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T20:30:34.000Z (3 months ago)
- Last Synced: 2025-04-01T21:25:41.308Z (3 months ago)
- Topics: git, python-cli
- Language: Python
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitBlend
[](https://github.com/NotTheRealWallyx/GitBlend/actions/workflows/check_test.yml) [](https://www.codefactor.io/repository/github/nottherealwallyx/gitblend)

GitBlend is a Git utility tool that combines Git and GitHub commands to streamline your workflow. It provides a simple CLI interface for managing Git operations, such as deleting tags both locally and remotely.
## Features
- **Delete Git Tags**: Easily delete Git tags locally and remotely with a single command.
- **CLI Interface**: Simple and intuitive command-line interface for seamless usage.## Installation
### Prerequisites
- Python 3.7 or higher
- [Poetry](https://python-poetry.org/) for dependency management
- [pipx](https://pypa.github.io/pipx/) for isolated Python package installations### Steps
1. Clone the repository:
```bash
git clone https://github.com/mikelsanchez/GitBlend.git
cd GitBlend
```2. Run the installation script:
```bash
./install.sh
```This script will:
- Build the package using Poetry.
- Install the package using pipx.## Usage
After installation, you can use the `gitblend` command from your terminal, followed by the desired command.
### Available Commands
- `gitblend list-tags`: List all Git tags in the current repository.
- `gitblend delete-tag `: Delete a Git tag both locally and remotely.
- `gitblend --help`: Show help information for the GitBlend CLI.## Uninstallation
To uninstall GitBlend, run the uninstallation script:
```bash
./uninstall.sh
```This script will:
1. Uninstall the package using pipx.
1. Clean up any residual build files.## License
This project is licensed under the MIT License. See the LICENSE file for details.
## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.