xonsh
<img src="https://avatars.githubusercontent.com/u/17418188?s=200&v=4" alt="Xonsh shell icon." align="left" width="100px">
Xonsh (sounds like "consh") is a full-featured and cross-platform Python-based shell. The language is a superset of Python 3 with seamless integration of shell functionality and commands. It works on all major platforms, including Linux, macOS, Windows, BSD, Jupyter, Android and Raspberry Pi.
<br clear="left"/>
.. list-table::
:widths: 1 1
-
- Xonsh is the Shell
- Xonsh is Python
-
cd $HOME
id $(whoami) > ~/id.txt
cat /etc/passwd grep root
$PROMPT = '@ '
-
.. code-block:: python
2 + 2
var = "hello".upper()