[PR #1623] [MERGED] Add xonsh shell is a Python-powered, Unix-gazing shell language and command prompt #3515

Closed
opened 2026-04-15 09:29:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1623
Author: @anki-code
Created: 9/24/2020
Status: Merged
Merged: 10/27/2020
Merged by: @vinta

Base: masterHead: patch-1


📝 Commits (1)

  • 6b4ee06 xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt.

📊 Changes

1 file changed (+7 additions, -0 deletions)

View changed files

📝 README.md (+7 -0)

📄 Description

What is this Python project?

xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. The language is a superset of Python 3.5+ with additional shell primitives. It is time-tested and very well documented project.

Screenshot_20200924_144131

What's the difference between this Python project and similar ones?

Xonsh is significantly different from most other shells or shell tools. The following table lists features and capabilities that various tools may or may not share.

Bash

zsh

plumbum

fish

IPython

xonsh

Sane language

Easily scriptable

Native cross-platform support

Meant as a shell

Tab completion

Completion from man-page parsing

Large standard library

Typed variables

Syntax highlighting

in notebook

w/ prompt-toolkit

Pun in name

Rich history


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1623 **Author:** [@anki-code](https://github.com/anki-code) **Created:** 9/24/2020 **Status:** ✅ Merged **Merged:** 10/27/2020 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`6b4ee06`](https://github.com/vinta/awesome-python/commit/6b4ee06b419c0348f92eba6b68715a5ee3082fe6) xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) </details> ### 📄 Description ## What is this Python project? xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. The language is a superset of Python 3.5+ with additional shell primitives. It is time-tested and very well documented project. ![Screenshot_20200924_144131](https://user-images.githubusercontent.com/1708680/94140537-0dd5d380-fe74-11ea-9f61-c1c8d3284d9a.png) ## What's the difference between this Python project and similar ones? Xonsh is significantly different from most other shells or shell tools. The following table lists features and capabilities that various tools may or may not share. <table class="colwidths-given docutils align-default"> <colgroup> <col style="width: 33%"> <col style="width: 11%"> <col style="width: 11%"> <col style="width: 11%"> <col style="width: 11%"> <col style="width: 11%"> <col style="width: 11%"> </colgroup> <thead> <tr class="row-odd"><th class="head stub"></th> <th class="head"><p>Bash</p></th> <th class="head"><p>zsh</p></th> <th class="head"><p>plumbum</p></th> <th class="head"><p>fish</p></th> <th class="head"><p>IPython</p></th> <th class="head"><p>xonsh</p></th> </tr> </thead> <tbody> <tr class="row-even"><th class="stub"><p>Sane language</p></th> <td></td> <td></td> <td><p>✓</p></td> <td><p>✓</p></td> <td><p>✓</p></td> <td><p>✓</p></td> </tr> <tr class="row-odd"><th class="stub"><p>Easily scriptable</p></th> <td><p>✓</p></td> <td><p>✓</p></td> <td><p>✓</p></td> <td><p>✓</p></td> <td></td> <td><p>✓</p></td> </tr> <tr class="row-even"><th class="stub"><p>Native cross-platform support</p></th> <td></td> <td></td> <td><p>✓</p></td> <td><p>✓</p></td> <td><p>✓</p></td> <td><p>✓</p></td> </tr> <tr class="row-odd"><th class="stub"><p>Meant as a shell</p></th> <td><p>✓</p></td> <td><p>✓</p></td> <td></td> <td><p>✓</p></td> <td></td> <td><p>✓</p></td> </tr> <tr class="row-even"><th class="stub"><p>Tab completion</p></th> <td><p>✓</p></td> <td><p>✓</p></td> <td></td> <td><p>✓</p></td> <td><p>✓</p></td> <td><p>✓</p></td> </tr> <tr class="row-odd"><th class="stub"><p>Completion from man-page parsing</p></th> <td></td> <td></td> <td></td> <td><p>✓</p></td> <td></td> <td><p>✓</p></td> </tr> <tr class="row-even"><th class="stub"><p>Large standard library</p></th> <td></td> <td><p>✓</p></td> <td></td> <td></td> <td><p>✓</p></td> <td><p>✓</p></td> </tr> <tr class="row-odd"><th class="stub"><p>Typed variables</p></th> <td></td> <td></td> <td><p>✓</p></td> <td><p>✓</p></td> <td><p>✓</p></td> <td><p>✓</p></td> </tr> <tr class="row-even"><th class="stub"><p>Syntax highlighting</p></th> <td></td> <td></td> <td></td> <td><p>✓</p></td> <td><p>in notebook</p></td> <td><p>w/ prompt-toolkit</p></td> </tr> <tr class="row-odd"><th class="stub"><p>Pun in name</p></th> <td><p>✓</p></td> <td></td> <td><p>✓</p></td> <td></td> <td></td> <td><p>✓</p></td> </tr> <tr class="row-even"><th class="stub"><p>Rich history</p></th> <td></td> <td></td> <td></td> <td></td> <td></td> <td><p>✓</p></td> </tr> </tbody> </table> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:29:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#3515