From 4441a5f487416281b4775ff275fd29f9edb264b2 Mon Sep 17 00:00:00 2001 From: Aditya Date: Wed, 28 Jan 2026 00:31:44 +0530 Subject: [PATCH 1/3] add-textual --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abe6b67b5..d2037261f 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ _Libraries for building command-line applications._ - [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. - [colorama](https://github.com/tartley/colorama) - Cross-platform colored terminal text. - [rich](https://github.com/Textualize/rich) - Python library for rich text and beautiful formatting in the terminal. Also provides a great `RichHandler` log handler. + - [textual](https://github.com/Textualize/textual) - Framework for building terminal user interfaces in Python. - [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI. ## Command-line Tools From 34216a299c33b8f5b9dc7a4106ae57cb9038342a Mon Sep 17 00:00:00 2001 From: Jinyang Date: Fri, 30 Jan 2026 15:32:18 +0400 Subject: [PATCH 2/3] Update description for 'textual' package Clarified the description of the 'textual' package in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2037261f..7ed485d82 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ _Libraries for building command-line applications._ - [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. - [colorama](https://github.com/tartley/colorama) - Cross-platform colored terminal text. - [rich](https://github.com/Textualize/rich) - Python library for rich text and beautiful formatting in the terminal. Also provides a great `RichHandler` log handler. - - [textual](https://github.com/Textualize/textual) - Framework for building terminal user interfaces in Python. + - [textual](https://github.com/Textualize/textual) - A framework for building interactive user interfaces that run in the terminal and the browser - [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI. ## Command-line Tools From ca16ac5814199868453543cb530dd2fccab5918f Mon Sep 17 00:00:00 2001 From: Jinyang Date: Fri, 30 Jan 2026 15:33:38 +0400 Subject: [PATCH 3/3] Fix punctuation in textual library description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed485d82..d2c20d6f5 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ _Libraries for building command-line applications._ - [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal. - [colorama](https://github.com/tartley/colorama) - Cross-platform colored terminal text. - [rich](https://github.com/Textualize/rich) - Python library for rich text and beautiful formatting in the terminal. Also provides a great `RichHandler` log handler. - - [textual](https://github.com/Textualize/textual) - A framework for building interactive user interfaces that run in the terminal and the browser + - [textual](https://github.com/Textualize/textual) - A framework for building interactive user interfaces that run in the terminal and the browser. - [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI. ## Command-line Tools