Andy Kipp
Andy Kipp
Update comparision table. ### Motivation It's based on what I read in different threads around xonsh: * Removed "Tab completion" and "Completion from man-page parsing" because it's default feature now...
### Motivation It looks like our experiment with conch in the prompt end was successful and [the goals](https://github.com/xonsh/xonsh/issues/4152) achieved. So let's use conch in default prompts. ### After ## For...
### Motivation Closes #5512. The issue was introduced in #4445. It's needed to add checking the redirect case. ### Before ```xsh cd /tmp @aliases.register('a') def _a(): print("1-hello") echo 2-hello a...
We need to refactor commands_cache: * Do not create one `_cmds_cache` list based on aliases and list of files from PATHs because any change will force rebuilding the cache. Implement...
In #5099 was introduced the logic where RC files are loaded in interactive and non-interactive modes. After this #5491 mitigate the impact a bit. We see [in this comment](https://github.com/xonsh/xonsh/issues/5488#issuecomment-2164254828) that...
This text is DRAFT and xore team can update it. ### Motivation Xonsh has a long history of developing the logic around process execution. The process management is not trivial...
This is metaissue In the future we need to solve these points: * Confusion around `.output` and `.out`. * Show good cases when `!()` non-blocking is doing perfect work to...
I'm going to leave this for future. If anybody wants to implement. PR is welcome! After #5443 (#5494 #5481) we may want to implement multiple modifiers i.e. ```xsh $(@json @noerr...
I've notices that in every my xonsh script I want to have accent to stderr. It will be cool to have shell feature to show stdout and stderr using colors....
This is metaissue for list of tasks on refactoring. High priority: * We need clear understanding how callable alias is working when it has the command inside. If we have...