git-cc icon indicating copy to clipboard operation
git-cc copied to clipboard

a git extension to help write conventional commits

Results 14 git-cc issues
Sort by recently updated
recently updated
newest added

which makes dealing with pre-commit git hooks a pain.

The name `git-cc` doesn't tell you what it does. `cc` could stand for anything, from email's carbon-copy to cubic centimeters. Worse still, `cc` is impractically short for tab-completion. `git c`...

Not having a good test suite is a perpetual source of shame. To prevent further dishonor: - research how to test bubbletea applications - test at least the selectors -...

help wanted

When I want to enter a new commit-type or scope, I have to - remember what the new item was called - write out the new item in the appropriate...

enhancement

see https://goreleaser.com/customization/homebrew/?h=tap

help wanted
good first issue

Reproduction: ```sh git cc -m "feat " ``` Expected behavior: identical to `git cc -m "feat"` Actual behavior: deletion of newline required prior to matching "feat\n" as "feat"

like `sh -c ./scripts/get-scopes.sh`

enhancement

Like 20 of 'em should do the trick. Expected behavior: - list cuts off at screen height with some indicator of pagination - scrolling down/up maintains a smooth view of...

bug