From 78f706193081a43d4e9f6c5d84d86f2ebfe46ab6 Mon Sep 17 00:00:00 2001 From: Winipedia Date: Tue, 11 Aug 2026 01:12:53 +0200 Subject: [PATCH 1/2] Add pyrig --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19662a181f..f31ca080a9 100644 --- a/README.md +++ b/README.md @@ -841,6 +841,7 @@ _Useful CLI-based tools for productivity._ - [copier](https://github.com/copier-org/copier) - A library and command-line utility for rendering projects templates. - [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal. - [kaydet](https://github.com/miratcan/kaydet) - Queryable personal database and terminal diary with SQLite search, tags, metadata, and AI integration via MCP. + - [pyrig](https://github.com/Winipedia/pyrig) - Scaffolds and rigs up a complete, fully configured Python project in one command, then keeps it in sync as pyrig evolves. - [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command. - [tmuxp](https://github.com/tmux-python/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager. - [xonsh](https://github.com/xonsh/xonsh/) - A Python-powered shell. Full-featured and cross-platform. From 024c012a8681c2a06cc5ab0d5f5da9f920d26fd8 Mon Sep 17 00:00:00 2001 From: Winipedia Date: Tue, 11 Aug 2026 01:13:54 +0200 Subject: [PATCH 2/2] Use pyproject.toml description for pyrig entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f31ca080a9..6823502927 100644 --- a/README.md +++ b/README.md @@ -841,7 +841,7 @@ _Useful CLI-based tools for productivity._ - [copier](https://github.com/copier-org/copier) - A library and command-line utility for rendering projects templates. - [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal. - [kaydet](https://github.com/miratcan/kaydet) - Queryable personal database and terminal diary with SQLite search, tags, metadata, and AI integration via MCP. - - [pyrig](https://github.com/Winipedia/pyrig) - Scaffolds and rigs up a complete, fully configured Python project in one command, then keeps it in sync as pyrig evolves. + - [pyrig](https://github.com/Winipedia/pyrig) - A tool that standardizes and automates Python project setup, configuration, development, and maintenance. - [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command. - [tmuxp](https://github.com/tmux-python/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager. - [xonsh](https://github.com/xonsh/xonsh/) - A Python-powered shell. Full-featured and cross-platform.