git-cc
git-cc copied to clipboard
a git extension to help write conventional commits
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 -...
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...
see https://goreleaser.com/customization/homebrew/?h=tap
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`
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...