From 67b908ddb9dc621c4163099a2a362102329d6381 Mon Sep 17 00:00:00 2001 From: autogz Date: Mon, 1 Jun 2026 17:37:25 +0800 Subject: [PATCH 1/2] Add AI Developer Tools Bundle to CLI Tools section AI-powered CLI tool suite: natural language to shell commands, automated PR review, SQL generation, image generation, and documentation generation. - GitHub: https://github.com/autogz/ai-tools - PyPI: ai-shell-hub --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 59a4c19b18..7e0c9b2b94 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ An opinionated guide to the best Python frameworks, libraries, tools, and resour - [CLI Development](#cli-development) - [CLI Tools](#cli-tools) +| [ai-shell-hub](https://github.com/autogz/ai-tools) - AI-powered CLI tools: shell assistant, PR review, SQL gen, image gen, doc gen. $10 lifetime bundle. - [GUI Development](#gui-development) **Text & Documents** @@ -815,6 +816,7 @@ _Libraries for building command-line applications._ - [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI. ### CLI Tools +| [ai-shell-hub](https://github.com/autogz/ai-tools) - AI-powered CLI tools: shell assistant, PR review, SQL gen, image gen, doc gen. $10 lifetime bundle. _Useful CLI-based tools for productivity._ From 6baa6a2861439e950e6f53f97905cb1f4f59cee5 Mon Sep 17 00:00:00 2001 From: autogz Date: Mon, 1 Jun 2026 17:43:30 +0800 Subject: [PATCH 2/2] Update entry: remove commercial language, focus on technical description --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e0c9b2b94..69f3929828 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ An opinionated guide to the best Python frameworks, libraries, tools, and resour - [CLI Development](#cli-development) - [CLI Tools](#cli-tools) -| [ai-shell-hub](https://github.com/autogz/ai-tools) - AI-powered CLI tools: shell assistant, PR review, SQL gen, image gen, doc gen. $10 lifetime bundle. - [GUI Development](#gui-development) **Text & Documents** @@ -816,7 +815,6 @@ _Libraries for building command-line applications._ - [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI. ### CLI Tools -| [ai-shell-hub](https://github.com/autogz/ai-tools) - AI-powered CLI tools: shell assistant, PR review, SQL gen, image gen, doc gen. $10 lifetime bundle. _Useful CLI-based tools for productivity._ @@ -894,6 +892,7 @@ _Libraries for parsing and manipulating plain texts._ _Libraries for working with HTML and XML._ - [beautifulsoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML. +- [ai-shell-hub](https://github.com/autogz/ai-tools) - Natural language to shell commands with safety classification and error diagnosis. - [justhtml](https://github.com/EmilStenstrom/justhtml/) - A pure Python HTML5 parser that just works. - [lxml](https://github.com/lxml/lxml) - A very fast, easy-to-use and versatile library for handling HTML and XML. - [markupsafe](https://github.com/pallets/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python.