better-commits
better-commits copied to clipboard
A CLI for creating better commits following the conventional commits specification
We do pair programming a lot. We wanted to use this tool so badly, but it doesn't have co-authored by. Can you add this as well ????
Not sure if this is possible, but when typing the title for the commit, a count of how many characters are left before hitting the max length would be helpful.
Create a [homebrew](https://brew.sh) formula for better-commits so that it can be installed globally with something like `brew install better-commits` on macOS and Linux. Could either be a custom tap or...
i made a bare git repo in `~/.cfg`, for my `dotfiles` i wanna do the following: - a repo specific `.better-commits.json` - use `git --git-dir=$HOME/.cfg --work-tree=$HOME` for using better commits...
`better-commits` is also available as an AUR on [https://aur.archlinux.org/packages/better-commits](https://aur.archlinux.org/packages/better-commits) I took the liberty of adding it to the installation instructions since AURs are easier to integrate with stuff like installation...
When using better-commits with pre-commit hooks, if the commit fails due to hook failures (e.g., linting errors), the user needs to go through the entire better-commits flow again after fixing...
## Feature Request: CLI Parameters Support ### Background Currently `better-commits` works only in interactive mode, which is great for thoughtful commit creation. However, adding CLI parameter support would significantly improve...
Hi @Everduin94 First of all thanks for this package. I love it! I have one issue/doubt/question about better-branch, is there a way to set up my own branch types? Currently...
# 🦋 Better Commits V2 I'm planning to refactor better-commits semi-soonish. The codebase doesn't really reflect how I tend to do things now. Before I do that, I want to...
As soon as https://github.com/bombshell-dev/clack/pull/288 is merged, it would be great to have a input autocomplete field for the type (and maybe for the scope). Having fuzzy matching for the type...