-
When I set
$fzf_history_binding = "c-r"
and I type Ctrl-R still the normal xonsh backward search comes up.
Is this a compatebilty issue? Here all the steps I have done:
1. I have inst…
-
xontrib-z could use continous integration (automatic testing). If, in the future, I'm bored, then I will do add travis files and the such. Anyone else is welcome to beat me to it, though.
-
`/long/long/long/long/long/long/path` -> `.../long/path`
Start lines - https://github.com/anki-code/xontrib-prompt-bar/blob/fce5308375f037f227eb6058518a34724741b23c/xontrib/prompt_bar.py#L151-L152
…
-
Hi, users are unable to run Xontrib-readable-traceback due to dependency conflict with _**colorama**_ package. As shown in the following full dependency graph of Xontrib-readable-traceback, Xontrib-re…
-
## Current Behavior
After installing [micromamba through the recommended pathway](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html#automatic-install), and initializi…
-
subj. Thanks!
-
Hi @jnoortheen!
I'm trying to publish xontrib based on xontrib-template to pypi - https://github.com/anki-code/xontrib-jump-to-dir/blob/4c505cc37b7e426f82ccda21564f94b5971f5f02/.github/workflows/re…
-
I have a problem using `fzf-tmux` with `xonsh`. I am not actually sure what the problem is but when I call `fzf-tmux` inside of a `tmux` session started from `xonsh` a window opens, some kind of trace…
-
Hello @v217 @dufferzafar @deeuu @jhcloos @msgpo!
You're a stargazers/watchers/forkers for this repo and I want to notify you about deprecation.
This `xxh-plugin-xonsh-pipe-liner` is deprecated b…
-
Hi! It's my first try to use rever.
I created `rever.xsh`:
```
$ACTIVITIES = ['tag', 'push_tag', 'ghrelease', 'pypi']
$GITHUB_ORG = 'anki-code'
$PROJECT = $GITHUB_REPO = 'xontrib-prompt-bar'
…