https://github.com/bannawandoor27/homebrew-commitgenius
This is the official Homebrew tap for Commitgenius.
https://github.com/bannawandoor27/homebrew-commitgenius
brew macos ruby
Last synced: about 2 months ago
JSON representation
This is the official Homebrew tap for Commitgenius.
- Host: GitHub
- URL: https://github.com/bannawandoor27/homebrew-commitgenius
- Owner: bannawandoor27
- Created: 2025-01-31T08:40:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T02:42:38.000Z (over 1 year ago)
- Last Synced: 2025-09-09T21:13:42.056Z (10 months ago)
- Topics: brew, macos, ruby
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap for Commitgenius
This is the official Homebrew tap for [Commitgenius](https://github.com/bannawandoor27/Commitgenius).
## Installation
```bash
# Add the tap
brew tap bannawandoor27/commitgenius
# Install commitgenius
brew install commitgenius
```
## What it Does
Commitgenius is an AI-powered CLI tool that generates conventional commit messages using local LLMs via Ollama. It helps you write better commit messages by analyzing your changes and suggesting appropriate conventional commit messages.
## Dependencies
- [Rust](https://www.rust-lang.org/) (installed automatically)
- [Ollama](https://ollama.ai/) (installed automatically)
## Usage
After installation, you can use Commitgenius with:
```bash
# Stage and commit all changes
cmgenius .
# Stage and commit specific files
cmgenius file1.rs file2.rs
# Use a specific model
cmgenius . --model codellama
```
For more information, visit the [main repository](https://github.com/bannawandoor27/Commitgenius).