From ae5a70aeca7805e1d3cc9697771002dea6516886 Mon Sep 17 00:00:00 2001 From: Raevskiy Rudolf Date: Wed, 22 Mar 2023 16:07:57 +0100 Subject: [PATCH] Added a new command-line git tool painy which generates git commit messages based on OpenAI models. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90e9634..5a02692 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [git-sh](https://github.com/rtomayko/git-sh) - A customized Bash environment suitable for Git work * [gita](https://github.com/nosarthur/gita) - A command-line tool to manage multiple git repos. * [hub](https://github.com/github/hub) - hub helps you win at git. +* [painy](https://github.com/lanesket/painy) - CLI tool which allows you to automatically generate git commit messages based on changes via OpenAI models. * [just](https://github.com/casey/just) - Task runner for saving and running project-specific commands. * [licins](https://github.com/dogoncouch/licins) - Insert commented software licenses into source code. * [mkdkr](https://github.com/rosineygp/mkdkr) - Makefile + Docker = CI Pipeline