xonsh-cat
Python-powered, cross-platform, Unix-gazing shell
Install
- All systems
-
curl cmd.cat/xonsh-cat.sh
- Debian
-
apt-get install xonsh
- Ubuntu
-
apt-get install xonsh
- Arch Linux
-
pacman -S xonsh
- Kali Linux
-
apt-get install xonsh
- Fedora
-
dnf install xonsh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xonsh
- OS X
-
brew install xonsh
- Raspbian
-
apt-get install xonsh
- Dockerfile
- dockerfile.run/xonsh-cat
xonsh
Python-powered, cross-platform, Unix-gazing shell
Xonsh is a Python-ish shell language and command prompt. Unlike other shells, xonsh is based on Python, with additional syntax added that makes calling subprocess commands, manipulating the environment, and dealing with the file system easy. Xonsh supports all normal Python constructs and a subset of those available in bash.