-
## xonfig
```
$ xonfig
+------------------+------------------------+
| xonsh | 0.13.4 |
| Python | 3.10.6 |
| PLY | 3.11 …
-
Reproduced with xonsh on Windows Terminal
```
@ vox activate i_do_not_exist
Error: This environment doesn't exist. Create it with "vox new i_do_not_exist"
Return None
[process exited with…
-
## xonfig
+------------------+-----------------+
| xonsh | 0.9.27 |
| Python | 3.9.1 |
| PLY | 3.11 |
| have readline | Fa…
-
### Describe the bug
```
xonsh.override {
extraPackages = ps: [ ps.psutil ];
};
```
Adding a package to the Xonsh environment using the above method seems to work initially, but it does …
-
## xonfig
```
$ xonfig
+------------------+------------------------------------+
| xonsh | 0.13.4 |
| Python | 3.10.9 …
-
## Steps to Reproduce
1. Create bug_xonsh.py and paste the following code:
```python
import datetime
import time
import sys
def now_nice_format(arg_utc: bool = False) -> str:
""" Helper f…
-
To add this repo to https://github.com/topics/xontrib
It's here:
Please add short description also.
May be it's good to add `xonsh`, `xontrib`, `xonsh-nix` topic as well.
-
## xonfig
```
$ xonfig
+------------------+-----------------+
| xonsh | 0.14.0 |
| Python | 3.11.4 |
| PLY | 3.11 |
| have r…
-
## Current Behavior
When trying to initiate auto-complete on windows platforms, xonsh throws the following exception:
```xsh
Traceback (most recent call last):
File "C:\Users\doron\dev\x…
-
As per some discussion in #3057:
Or if you like your commands implemented in Python, consider [cmdix](https://pypi.org/project/cmdix), a pure-python implementation of the gnu coreutils.
_Origina…