-
I think it would be super helpful to have some comments inside your example `setup.py` script which (briefly) explain how `xontrib` module registration works in terms of what `xonsh` will do to load s…
-
Hi! This is my first try to use rever.
I'm trying to avoid #216 and using ssh key instead of login and password. I've tested the key with github and it works:
```
git clone something from github
…
-
## xonfig
```
+------------------+--------------------------+
| xonsh | 0.11.0 |
| Git SHA | 4af68065 |
| Commit Date | Jan 8 20:1…
-
Hi! Thanks for this xontrib!
It will be cool to have an ability to send notification using external tool.
For example run [wsl-notify-send](https://github.com/stuartleeks/wsl-notify-send) as
`…
-
## Current Behavior
```xsh
mkfifo fifo
echo "fifo" > fifo & # this blocks
```
The process doesn't actually go in the background until a reader also appears on the fifo, which defeats the purpose …
-
╰─>$ xontrib load click_tabcomplete
:1: DeprecationWarning: invalid escape sequence \w
xonsh: For full traceback set: $XONSH_SHOW_TRACEBACK = True
AssertionError
Failed to load xontrib click_tabco…
hemna updated
3 years ago
-
This is both a feature request and a bug report.
### Bug
When in a subdir within a recognized `avox` dir that triggers a virtual environment, typing `avox create` replies with "Working directory a…
-
See original bug report here: xonsh/xonsh#4665
The minimal `.xonshrc` to reproduce this is here: https://gist.github.com/Techcable/228202949e79c0b373cf0a56b7a16848
TLDR; Using `doc(dis)` unexpec…
-
When I run `xontrib load powerline` I get `NameError: name '__xonsh_env__' is not defined`. I'm new to `xonsh` so it might be an issue on my end, but I'm not sure how to debug this.
`xonfig`:
```
…
-
After loading the xontrib from the master branch of this repo I see a white bar underneath my current prompt line. There is also about a one second delay after I press any key, before it is displayed …