From 0e1f94e86895411ab236559c60d218191239a0db Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Tue, 2 Dec 2025 00:55:55 +0600 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5cdf720..2fb2678 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ send me a pull request and follow the [contribution guide](https://github.com/ch * [Other](https://github.com/checkcheckzz/Python-open-projects/blob/master/Other.md) * [Package Manager](https://github.com/checkcheckzz/Python-open-projects/blob/master/PackageManager.md) * [Science](https://github.com/checkcheckzz/Python-open-projects/blob/master/Science.md) +* [Shell](https://github.com/checkcheckzz/Python-open-projects/blob/master/Shell.md) * [Static Web Generator](https://github.com/checkcheckzz/Python-open-projects/blob/master/StaticWebGenerator.md) * [Testing](https://github.com/checkcheckzz/Python-open-projects/blob/master/Testing.md) * [Tools and Utilities](https://github.com/checkcheckzz/Python-open-projects/blob/master/ToolandUtilities.md) From 5a0eb9b7e3f81ce822243224c5a8dcd46893af33 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Tue, 2 Dec 2025 00:57:35 +0600 Subject: [PATCH 2/2] Add xonsh shell information to Shell.md --- Shell.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Shell.md diff --git a/Shell.md b/Shell.md new file mode 100644 index 0000000..100daba --- /dev/null +++ b/Shell.md @@ -0,0 +1,6 @@ +## Shell + +1. xonsh +Python-powered shell. Full-featured and cross-platform. +Project Source: https://github.com/xonsh/xonsh/ +Project Homepage: https://xon.sh/