Andy Kipp
Andy Kipp
@scopatz could you give an arguments why?
> Having said that, it is not fair to add such disruptive behaviour to an old project @jnoortheen thanks for your attention and time! The backwards compatibility is not a...
@daniel-shimon I reviewed the description and I've found that the table "Strip | Split | Xonsh" is unclear. It just hide the examples and use cases. Examples added to [XEP-2](https://github.com/anki-code/xonsh-operators-proposal/blob/main/XEP-2.rst).
hi @taconi ! Thank you for the example! Do you know that you can make your [xontrib](https://xon.sh/tutorial_xontrib.html#overview) for this using [xontrib-template](https://github.com/xonsh/xontrib-template) in 10 minutes? Wrap your code into the xontrib...
@taconi it's awesome! Many thanks! Please add your xontrib to [awesome-xontribs](https://github.com/xonsh/awesome-xontribs)!
Thanks @taconi! > I'm new to the xonsh world. It will be cool to start here - https://github.com/anki-code/xonsh-cheatsheet/blob/main/README.md
Yeah, the logic on Windows should be reviewed distinctly and #4218 works only for Linux. Personally I recommend to use WSL2 on Windows.
hi! It also works if the name of the alias is not the same as in command i.e. `aliases['py'] = 'python -u'`. I think this issue partially related to #4218....
Just want to mention #4566 as another task around support Windows in #4218
hi @Mo8it ! I think you can continue using completions from fish via [`xontrib load fish_completer`](https://xon.sh/_modules/xontrib/fish_completer.html#fish_proc_completer). Is it working for you?  (https://github.com/anki-code/xontrib-prompt-bar)