Andy Kipp

Results 194 issues of Andy Kipp

[xonsh](https://github.com/xonsh/xonsh) - is a python-powered shell that allows to import and use Python libraries as well as terminal tools in one environment. Sometimes it's like a glue that can orchestrate...

```xsh rustpython -V # Python 3.13.0alpha (heads/master:9fcc471c9 rustpython -m pip install pytest cd /tmp git clone https://github.com/xonsh/xonsh cd xonsh pytest ``` ```xsh Traceback (most recent call last): File "/Users/pc/.local/bin/rust-pytest", line...

Hi! I'm just updating the xonsh description. Thanks!

https://github.com/xonsh/xonsh/discussions/6010 ```xsh cd /tmp echo @("""#!/usr/bin/env bash while IFS= read line; do echo "$line" sleep 1 done """) > lazycat.sh chmod +x lazycat.sh xontrib load pipeliner yes | head |...