-
``` python
SESSION_START_CONTEXT = locals()
def diffContext(args, stdin=None):
from builtins import __xonsh_ctx__
curr_ctx = {k:v for k,v in __xonsh_ctx__.items() if k is not '__name__'}
…
-
using prompt-vi-mode results in input becoming excruciatingly slow, to the point that it takes multiple seconds just to write a single word.
```
+------------------+----------------------+
| …
-
### Discord username (optional)
_No response_
### Describe the solution you'd like?
There should be a way to have dragged files' names escaped with quotes to support using shells like [xonsh]…
-
## 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…
-
## xonfig
```
+------------------+-----------------+
| xonsh | 0.14.0 |
| Python | 3.10.12 |
| PLY | 3.11 |
| have readline …
-
In pyvideo ETL process we have:
* Extraction: A youtube scrapper
* Transform: Manual correction
* Load: Git + Pelican
I think that the transform part have to be eased to attract new contributors…
-
Just interesting: is it possible to run xonsh using [RustPython](https://github.com/RustPython/RustPython).
If anybody tried it please report about benefits i.e. speed.
Cc #3678 #3065
## For…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### What happened?
I installed YouTube Music Desktop and expected to be able to enable the "ytm" endpoint. Sadly, this di…
-
On Windows, hitting Ctrl+C after writing a command but before executing it sometimes causes Xonsh to raise an AssertionError. I'm able to reliably reproduce this issue every time at least one of the a…
-
**Describe the bug**
I dediced to try out Pharo for the first time today, but I couldn't get it to launch. After looking at the log it appears you launch images by running a POSIX shell command, with…