Ralf Steube
Ralf Steube
This is probably out of scope but would be nice to have [asciicast](https://asciinema.org/) output (`Output: out.cast`). I initally wanted `gif` for the readme and `asciicast` for the mdbook documentation but...
### Describe the bug Depending on filename nushell expands arguments: - `example '~/Doc'` gets passed `/home/user/Doc` - `example.sh '~/Doc'` gets passed `~/Doc` ### How to reproduce 1. create `example` and...
So in [carapace](https://carapace.sh) I've got data like [this](https://rsteube.github.io/carapace/carapace/export.html). Would be nice if fish would provide a bit more control over the completion values. What might work is accepting `json` additionally...
- [x] bridges - support different OS/Locations for completions - [ ] invoke - update logic - [x] doc - add `CARAPACE_BRIDGES` to setup instructions - [x] doc - add...
I am using jcvi in google colab. It installs. I am following this tutorial. [Download data](https://github.com/tanghaibao/jcvi/wiki/MCscan-(Python-version)#download-data) I run this command `!python -m jcvi.apps.fetch phytozome` and it appears to be working...
Replace `carapace-bin/pkg/conditions` with those from `carapace/pkg/condition`.
### Current Behavior ```sh go help # go help help ``` ### Expected Behavior Complete help topics and subcommands. ### Steps To Reproduce _No response_ ### Version 0.28.5 ### OS...
### Current Behavior Couple of commands seem to interfere with internal completers. ### Expected Behavior ```python Unhandled exception in event loop: File "/usr/lib/python3.11/site-packages/prompt_toolkit/buffer.py", line 1920, in new_coroutine await coroutine(*a, **kw)...