-
https://github.com/xonsh/xonsh/blob/38a3f7253a70f5dfb5cd0e1723057ab1a68637cc/xonsh/webconfig/main.py#L2
-
## xonfig
No config file to start with:
```
$ xonfig
+------------------+-----------------+
| xonsh | 0.15.1 |
| Python | 3.11.8 |
| PLY …
yggdr updated
8 months ago
-
Hi, I tried to build lpython following the readme doc. But when I execute `call build1.bat`, it failed with some errors which I could not find.
The last logs are belows.
```
[81/87] Building C…
-
## Current Behavior
Suppose I have Anaconda and do the following:
conda create -n demo python=3.6
conda activate demo
conda install seaborn
The last command installs 39 new …
-
## xonfig
```
$ xonfig
+------------------+------------------------------+
| xonsh | 0.13.4 |
| Git SHA | 85e85edc |
| C…
-
**Describe the bug**
I haven't really tried to use `x env` yet, but there is no path setup for it using elvish:
```
ε ➪ x env use hyperfine
- I|pkg: pkg[hyperfine] version[v1.18.0] ==> use
…
-
## xonfig
When setting `$UPDATE_PROMPT_ON_KEYPRESS = True` there is no behavior change
```
@ xonfig
+------------------+---------------------------+
| xonsh | 0.15.0 …
-
Using Arch Linux fully updated on Lenovo T520.
After entering insert mode in vi in Xonsh, ex: editing a Crontab, the Esc key no longer works. it just prints "^[" when I hit "Esc". Vi in sh works j…
-
`true&` is misparsed. It should execute `true` in the background, but instead treats the whole thing as the command name.
`true &` works fine.
## For community
⬇️ **Please click the 👍 reaction…
-
In `bash` you can do
```bash
OUTPUT=$(fzf)
```
then select an entry in the `fzf` list (which runs in alternate mode), and afterwards you can
```
echo $OUTPUT
```
and will obtain what …