xonsh
all
Python-powered, cross-platform, Unix-gazing shell. Write and mix sh/Python code in Xonsh (pronounced conch).
More info →Examples (6)
Start an interactive shell session
Execute a single command and then exit
xonsh -c "command"Run commands from a script file and then exit
xonsh path/to/script_file.xonshDefine environment variables for the shell process
xonsh -Dname1=value1 -Dname2=value2Load the specified `.xonsh` or `.json` configuration files
xonsh --rc path/to/file1.xonsh path/to/file2.jsonSkip loading the `.xonshrc` configuration file
xonsh --no-rcmade by @shridhargupta | data from tldr-pages