xontrib-sh icon indicating copy to clipboard operation
xontrib-sh copied to clipboard

Paste and run commands from bash, zsh, fish, tcsh in xonsh shell.

Results 3 xontrib-sh issues
Sort by recently updated
recently updated
newest added

One reason to ask is that powershell cmdlets often consume and/or produce .NET objects.

The idea: 1. Get `prev_env = $(env)` before running the sh-command 2. Run sh-command. Example `! export QWE=123`. 3. Add saving env at the end of command: `! export QWE=123...

good first issue