auto-commit icon indicating copy to clipboard operation
auto-commit copied to clipboard

A CLI tool that automatically writes commit messages for you.

Results 12 auto-commit issues
Sort by recently updated
recently updated
newest added

Is it possible to make auto-commit create a single line commit message? The second line is most of the time not true and redundant to me.

I just added README.md, and tried auto-commit. ```bash $ git status On branch main Your branch is up to date with 'origin/main'. Changes to be committed: (use "git restore --staged...

I understand this is a limitation of OpenAI, but I wonder if it's possible to work around (e.g., send an abridged copy). If not, I think it would be a...

It is possible to install on Windows 11 without WSL.

Drafting for reference in a new issue.

This is really cool Miguel, thanks for creating it. What is -r option supposed to do? ![Screen Shot 2022-12-31 at 11 38 19 PM](https://user-images.githubusercontent.com/71567643/210163974-2565cb19-8e98-422d-aebe-2ecdcdc33782.png)

Currently the prompt asks for a "yes" or "no" to decided whether to make a commit or not. It would be nice to have a flag that skips this question.

Add support for editing commit messages

```sh m1:auto-commit nv$ curl -fsSL https://raw.githubusercontent.com/m1guelpf/auto-commit/main/install.sh | sh - https://github.com/m1guelpf/auto-commit/releases/latest/download/auto-commit-darwin-aarch64 downloading latest binary % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left...

I've used a handful of tools that use codex, and so far most have been able to read the API key from a file, as well as ENV. This is...