Andy Kipp

Results 193 issues of Andy Kipp

When you try to run xxh on Windows with WSL1 you could see: ``` # xxh YT-1300 ^Z ``` This issue was addressed to Xonsh team in [3367](https://github.com/xonsh/xonsh/issues/3367). Just try...

Chack https://github.com/xonsh/xonsh/issues/3367 in WSL2

Hello! Please add the installation instruction to the README file: ``` git clone --depth 1 https://github.com/linkinpark342/xonsh-vim ~/.vim ``` Thanks!

Hi! Thank you for this good job! Please add `xonsh` and `vim` topic to the repo in About settings. Thanks!

Hello! Thank you for atuin it's awesome! Please fix the installation command on https://atuin.sh/ and in the repository: ```bash bash

Hey! Thank you for `bat` it's awesome! Add [xonsh shell](https://xon.sh) support. Thanks!

As I understand it's not good to add the additional tools to your awesome scripts and I want to just mention the https://xon.sh shell here because it's awesome tool to...

_Originally posted by @guraltsev in https://github.com/xonsh/xonsh/issues/5150#issuecomment-1907043804_: ## Part 1. Piping Piping seems broken in general. For example: ``` echo "hello" | C:\Programs.global\msys2\app.noinstall\ucrt64\bin\cat.exe ``` freezes in xonsh but ``` echo "hello"...

windows
threading

Enrich [superhelp](https://xon.sh/tutorial.html#help-superhelp-with) by showing the alias function description. ```xsh @aliases.register("hello") def _alias_hello(): """Show world.""" print('world') hello # world # Now: hello? # Unknown locale, assuming C # No manual entry...

good first issue
aliases
superhelp