Andy Kipp

Results 609 comments of Andy Kipp

I'm not the NixOS user but I would recommend to take a look * https://github.com/anki-code/xonsh-install * https://xon.sh/platform-issues.html#use-the-nix-package-manager-with-xonsh * https://github.com/anki-code/xonsh-cheatsheet/blob/main/README.md It's good level of knowledge to start.

I like to thought about ptk and readline as a frontend (terminal+keys+interaction+prompt) and backend (parser+executor). So what about using 'frontend' word: * ptk frontend * readline frontend * `xonsh --frontend...

Thanks for diving into it. I read the quotes about interactive zsh/bash shell like this: 'there is bash/zsh shell (core) and it has interactive and non interactive modes'. That's all....

@gforsyth please share what do you think about connotations of 'frontend' and 'prompt' words?

Yeah, I agree but I'm afraid we can't use 'prompt' word because there is already some established meanings in shells world, again :) In shells world 'prompt' is exactly the...

As I see fish uses sh/bash to run `.sh` script without shebang: ```xsh cd /tmp echo 'set -U var1 value1' > fish.sh # fish specific line chmod +x fish.sh fish...

The issue is actual for prompt-toolkit. Workaround is to use `readline` shell type i.e. ```xsh ssh host xonsh -st readline # ~# # The following connections are open: # ......

Nice catch! 1. I can reproduce this in `cmd` as well: 2. After downgrade xonsh from 0.18 to 0.16 I see the same behavior. So it's not related to new...

@jnoortheen congratulations! Thanks for moving this forward! Is it enough to run `XONSH_RD_PARSER=1 xonsh` or I need to preinstall something? Where I can find a guide?

Huge amount of work but personally I will not merge this because of [this note](https://github.com/xonsh/xonsh/pull/5652#issuecomment-2275465662).