Andy Kipp

Results 609 comments of Andy Kipp

> XONTRIBS_AUTOLOAD_DISABLED also took a list of xontribs to not autoload Oh, I see. So let's keep it as is. Thank you for trying to make an improvement!

Please reproduce this in pure prompt-toolkit and report this to upstream repository.

Yes, the issue is actual for `xonsh -st readline` as well. The fix is very welcome! ([start point](https://github.com/xonsh/xonsh/tree/b232f489cfe3315bd489fbf569cbd8a98aca14bd/xonsh/shells))

Hey @paugier ! Nice catch! As described in xontrib-argcomplete readme it's need to have `PYTHON_ARGCOMPLETE_OK` in the first lines of `$(which pipx)` file. After adding it I see the completion...

PR is welcome! Try to start from https://github.com/xxh/xxh/issues/188

It looks the issue is around expanding paths. The clear example: ```xsh cd /tmp mkdir subdir touch subdir/file-a cd subdir && ls # file-a # as expected cd .. (cd...

Please also add `kitty` and `kitty-terminal` topics to the repository.