-
Hi,
We have created [an organization](https://github.com/zsh-users) to gather people hacking around Zsh on Github, and [a project for completion scripts](https://github.com/zsh-users/zsh-completions)…
-
Add a command that can generate the required ZSH & BASH completions scripts for appcli usage.
https://github.com/zsh-users/zsh-completions
https://github.com/scop/bash-completion
-
## What do you want?
MVP: Allow to re-invoke compinit either directly or through a helper during runtime to index new completions that got added to `FPATH`
Bonus: Add the ability to diff functions …
-
I want to use the v2 CLI with zsh command completion. I tried to follow the [instructions](https://github.com/aws/aws-cli/tree/v2?tab=readme-ov-file#command-completion), but they seem incorrect.
Th…
-
#### System information
Geth version: 1.13.13-stable
OS & Version: Linux Ubuntu 22.04
#### Expected behaviour
Type `geth ` then press Tab, a command completion is listed.
#### Actual beha…
-
Related https://github.com/denoland/deno/issues/13593
Version: Deno 1.46.3
In a shell type:
`deno run` and hit tab and you will see something like this:
![image](https://github.com/user-atta…
-
This issue concerns pixi, but also the wider conda ecosystem.
I would like to come up with a mechanism to support shell completion files easily.
Shell completions are usually initialized by sourcing…
wolfv updated
1 month ago
-
**Is your feature or enhancement request related to a problem or limitation? Please describe**
I wish that Tab auto-completion would be supported by Zowe CLI in popular shells like Bash and Z…
-
### Which component is your feature related to?
Cast
### Feature Request
1. Add shell completions for:
- bash
- elvish
- fish
- powershell
- zsh
2. Detect shell when using `f…
ksew1 updated
4 weeks ago
-
It would be nice to be able to load new {bash/zsh/etc}-completions from an `.envrc` script. A typical use case would be when `use nix` provisions some commands that you don't have globally installed (…