From 6b4ee06b419c0348f92eba6b68715a5ee3082fe6 Mon Sep 17 00:00:00 2001 From: anki-code Date: Thu, 24 Sep 2020 14:31:33 +0300 Subject: [PATCH] xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index baabcb1..d49717f 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Search](#search) - [Serialization](#serialization) - [Serverless Frameworks](#serverless-frameworks) + - [Shell](#shell) - [Specific Formats Processing](#specific-formats-processing) - [Static Site Generator](#static-site-generator) - [Tagging](#tagging) @@ -1062,6 +1063,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [python-lambda](https://github.com/nficano/python-lambda) - A toolkit for developing and deploying Python code in AWS Lambda. * [Zappa](https://github.com/Miserlou/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway. +## Shell + +*Shells based on Python.* + +* [xonsh](https://github.com/xonsh/xonsh/) - A Python-powered, cross-platform, Unix-gazing shell language and command prompt. + ## Specific Formats Processing *Libraries for parsing and manipulating specific text formats.*