Andy Kipp
Andy Kipp
I want to leave here some nice representation of how it works in bash/sh/zsh from [twitter post](https://twitter.com/paxx39/status/1742768007154479109): 
The implementation of this feature requires bash-specific syntax and parsing. So I'm going to close this issue with the reference to [xontrib-sh](https://github.com/anki-code/xontrib-sh). Using any bash feature and brace expansion with...
[shfmt](https://github.com/mvdan/sh) - A shell parser, formatter, and interpreter with bash support (zsh will be supported soon). I've tried [shfmt](https://github.com/mvdan/sh) and it can parse bash and return syntax tree in json...
Small note. If there are users of the python-powered [xonsh shell](https://xon.sh/) and [the xonsh kernel for jupyter](https://github.com/xonsh/xontrib-jupyter) among jupyter contributors it will be cool to test the kernel with new...
@ellie please take a look #1659
Guys from this PR - you rock! Thank you! 🎉
Example - https://github.com/xonsh/xontrib-abbrevs/blob/main/pyproject.toml
@PatrikHlobil got it! I have some lightweight code example which could help: ``` # Simple version of https://bokeh.pydata.org/en/latest/docs/gallery/les_mis.html import numpy as np from bokeh.io import push_notebook, show, output_notebook from bokeh.layouts...
@mgalgs here is 2019 year! 🎉 And probably you know about WSL and WSL2 with allows to use Linux in Windows and Linux become super useful for developers and devops...