#commit #commit-message

app gcz

Simple git commit message generator

1 unstable release

0.1.0 Oct 14, 2024

#21 in #commit

Download history 182/week @ 2024-10-14

182 downloads per month

MIT license

12KB
261 lines

gcz

test

gcz is a command-line tool that simplifies Git commit processes by providing an interactive interface for selecting commit types and composing commit messages following the conventional commits standard.

Features

screen.gif

  • Interactive Commit Type Selection: Choose from predefined commit types like feat, fix, docs, style, refactor, perf, test, ci, and chore.
  • Real-time Filtering: Filter commit types by typing keywords.

Installation

Usage

Navigate to your Git repository and run:

gcz

Command-line Options

  • -e, --emoji: (Work in Progress) Add emojis to the commit template.

Testing

Run the following command to execute tests:

cargo test

Dependencies

~3–12MB
~142K SLoC