Python-powered shell with cross-platform scripting and Unix integration.
Python-powered, cross-platform, Unix-gazing shell language and command prompt
xonsh$ xonsh$ xonsh -c "print('hello'); import os; os.system('ls')"$ xonsh myscript.xsh$ xonsh -c "files = ![ls -1]; print(f'Found {len(files)} files')"$ xonsh