-
It's hard to describe what the exact bug is. See the _Additional info_ section below.
## xonfig
```
+------------------+-----------------+
| xonsh | 0.7.8 |
| Python …
-
Since version `0.7.4` of xonsh, listing vox environments is significantly slower that it used to be. It esp. painful for me because I use `avox` to automatically activate the venv when I switch direct…
-
I have started to get this warning at startup on the master branch when adding `xontrib load ` to my `.xonshrc`. Has anyone else seen this?
```
snail@sea ~\Documents\xonsh pefnf
$ C:\Users\mel\a…
-
I am having trouble getting the prompt_toolkit shell to work on macOS Sierra. I installed xonsh using Homebrew and prompt_toolkit using pip3.
```
$ py
>>> import prompt_toolkit
>>> prompt_toolki…
fenhl updated
6 years ago
-
Hi,
Great initiative and execution!
While running the wizard I was expecting some of the answers to go to the **Run Control config file (~/.xonshrc)** and some in the **Static one (~/.config/xon…
-
I did a test, when I open a file, and then close it as quickly as I can using `CTRL-X`, and measure how long it takes (closing is immediate, the startup time is _long_):
```
certik@redhawk:~/repos/xo…
-
Suppose in the current directory, I have the folder "test 1", which contains "test 2", which contains "test 3". Then suppose I first type `$ ls te`, and then hit tab. It will autocomplete to `ls t'tes…
-
This is a feature request/idea for PTK2.
Problem: On Windows Python locks the current working directory, and prevents other processes from deleting (or renaming) the folder or any parent folders. T…
-
Updating to conda 4.5.4 broke xonsh for me.
After some fiddling everything seems to work but the following
```
$ conda activate
CommandNotFoundError: Your shell has not been properly configured …
-
With #2567 merged we probably also need to update the docs.
I stumbled on this one just now:
* http://xon.sh/tutorial_xontrib.html#loading-xontribs
If you see others, then let us collect the…