How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A git prepare-commit-msg hook for authoring commit messages with LLMs.
The main features of zurawiki/gptcommit are: Command Line Interfaces, Command Line Tools, Programming Tools.
Projects with overlapping indexed features include: nutlope/aicommits — aicommits is a command line tool and AI code summarizer that generates descriptive git commit messages by analyzing… alexflint/go-arg. adambajguz/typin — Declarative framework for interactive CLI applications. akamensky/argparse — Argparse for golang. Just because `flag` sucks. 0xacx/chatgpt-shell-cli — Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required. Formerly… alecthomas/kingpin — CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser.
aicommits is a command line tool and AI code summarizer that generates descriptive git commit messages by analyzing staged code changes. It functions as an LLM git commit generator, transforming technical diffs into human-readable summaries based on standardized formats. The project features a multi-provider AI interface that connects to either cloud-based or local artificial intelligence models. Users can customize generation logic through specific language locales, length constraints, and custom prompts to ensure consistent version control documentation. The tool integrates directly into v
Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required. Formerly https://gptshell.cc
Argparse for golang. Just because flag sucks