xonsh

Python-powered shell language with Unix integration and cross-platform support

brewmacoslinux
Try with needOr install directly
Source

About

Python-powered, cross-platform, Unix-gazing shell language and command prompt

Commands

xonsh

Examples

Start an interactive xonsh shell session$ xonsh
Execute a Python expression and use its result in a shell command$ xonsh -c "import os; print(os.getcwd())"
Run a xonsh script file$ xonsh script.xsh