-
The current way to add completions for subcommands of a command, as can be seen from the default completions in `share/completions`, is to define functions like `__fish_cmdname_needs_subcommand` and `…
-
version of completion script: https://github.com/ducaale/xh/blob/b694c7776b4e016cd5dfcbff42be6729fbdaa0af/completions/xh.fish
## How to repro?
in fish shell type "xh ", the completion give files…
-
https://docs.fedoraproject.org/en-US/package-maintainers/Joining_the_Package_Maintainers
https://jrfernandez.com/packaging-rust-program-for-fedora
kevgo updated
1 month ago
-
**Describe the bug**
Generated completions for Fish shell don't work for Spago
**To Reproduce**
```fish
> spago --fish-completion-script (which spago) > ~/.config/fish/completions/spago.fish
> …
-
With [`fish`](http://fishshell.com/) 1.23.1 (from Ubuntu 12.04), the completions for the `angel` command are not properly erased after `angel leave`. It looks like `complete -c angel -e` doesn't work.…
-
### Description
Currently completion for `docker system` and all its subcommand are missing in fish shell.
I'm willing to provide one PR to update the `docker.fish` file. However I notice manually…
-
# Description
Completion doesn't work in cases like this one:
```
command-name " |
# ^-cursor is here
```
# Context
This problem doesn't allow me to implement (maybe I mi…
-
In https://github.com/unisonweb/unison/pull/2280, I swapped ucm to use optparse applicative, which means we can now get Bash, Zsh, or Fish tab-completion on arguments and commands for free! This also …
-
Would be nice to have them auto included and updated without much/any user intervention :)
This is similar to https://github.com/wez/wezterm/issues/3008, but thought this might be the appropriate p…
-
### Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- [X] This is a feature request for the Python library
### Describe the feature or improvement you're …