Crates.io | huge-commit |
lib.rs | huge-commit |
version | 0.8.2 |
source | src |
created_at | 2024-02-28 17:31:05.795167 |
updated_at | 2024-03-15 06:22:20.253414 |
description | make commit message with openai |
homepage | |
repository | https://github.com/kazzix14/huge-commit |
max_upload_size | |
id | 1156729 |
size | 79,465 |
Huge Commit is an application designed to generate commit messages using OpenAI's GPT models. It analyzes git diffs to generate meaningful commit messages and provides interactive confirmation prompts for users.
To use Huge Commit, you need the following:
Install Huge Commit using cargo with the following command:
cargo install huge-commit
Usage: huge-commit [OPTIONS] [COMMAND]
Commands:
commit Commit changes.
config Get or set configuration.
model models.
help Print this message or the help of the given subcommand(s)
Options:
-m, --base-message <BASE_MESSAGE> The base message to use for the commit.
-y, --assume-yes Assume yes to all prompts.
-h, --help Print help
Contributions to Huge Commit are welcome! Please feel free to contribute by opening issues or submitting pull requests.
Huge Commit is released under the MIT License. For more information, see the LICENSE file in the repository.
Huge Commit requires the following dependencies: