20 releases (7 breaking)

0.8.2 Mar 15, 2024
0.7.3 Mar 14, 2024

#64 in Machine learning

Download history 1024/week @ 2024-02-28 279/week @ 2024-03-06 463/week @ 2024-03-13 25/week @ 2024-03-20 41/week @ 2024-03-27 84/week @ 2024-04-03

154 downloads per month

MIT license

26KB
566 lines

Huge Commit

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.

Features

  • Analyze git diffs
  • Generate commit messages
  • Interactive confirmation prompts

Requirements

To use Huge Commit, you need the following:

  • Rust environment
  • Git repository
  • OpenAI API key

Installation

Install Huge Commit using cargo with the following command:

cargo install huge-commit

Usage

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

Contributions to Huge Commit are welcome! Please feel free to contribute by opening issues or submitting pull requests.

License

Huge Commit is released under the MIT License. For more information, see the LICENSE file in the repository.

Dependencies

Huge Commit requires the following dependencies:

  • Rust
  • Git repository
  • OpenAI API key

Dependencies

~24–40MB
~667K SLoC