gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Conventional commit aid

Open miniluz opened this issue 6 months ago • 1 comments

Is your feature request related to a problem? Please describe. I would like to easily perform conventional commits (ideally with gitmojis) using GitUI.

Describe the solution you'd like I would like an option to enable something like the VSCode Conventional Commits plugin, that prompts the user for the scope, etc. and builds the commit message from that.

Some custom command support could also be implemented but I understand that would be a lot harder and maybe even out of scope for the project.

Describe alternatives you've considered I could type them by hand, but I'd probably mess up (and wouldn't remember all the gitmojis). I could also try to find a CLI tool to do it and commit outside of GitUI, but it would mess up the workflow. Maybe gitmoji support would be sufficient.

miniluz avatar Jul 12 '25 09:07 miniluz

related to #1192

extrawurst avatar Jul 13 '25 12:07 extrawurst