Just one more tool to generate commit messages, but lightweight, easy to use and customizable. https://github.com/daniel-enqz/quick-commit-ai/assets/72522628/485965ee-90de-40f4-bf88-46201dbbe0ef
git clone [email protected]:daniel-enqz/quick-commit-ai.git
cd quick-commit-ai
sh setup.sh
quick-commit-ai --commit
Useful when you need a message for a pull request or squash commits.
quick-commit-ai --summary
- Add more flows in
main.sh
- Tune prompts in:
branch_summary_flow.sh
orcommit_flow.sh
- Each flow makes it's own request to OpenAI: (Ex.
commit_message_request
) - Each flow has its own output for user. (Ex.
commit_output
)