| Crates.io | gcz |
| lib.rs | gcz |
| version | 0.3.0 |
| created_at | 2024-10-14 04:55:12.494225+00 |
| updated_at | 2025-06-08 11:24:27.054173+00 |
| description | Simple git commit message generator |
| homepage | |
| repository | https://github.com/kazu728/gcz |
| max_upload_size | |
| id | 1407926 |
| size | 30,885 |
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.

feat, fix, docs, style, refactor, perf, test, ci, and chore.brew install kazu728/tap/gcz
cargo install gcz
Navigate to your Git repository and run:
gcz
-e, --emoji: Add emojis to the commit type (e.g., ✨ feat: Add new feature)-i, --inline: Use inline editor instead of external editorRun the following command to execute tests:
cargo test