-
it should be possible to provide completions for the terminal by getting the completions from the shell
-
`lychee_bin` already uses `clap` which means we can utilize the following crates:
- [`clap_complete`](https://crates.io/crates/clap_complete): generated the shell completions
- [`clap_mangen`](htt…
-
As we are moving toward a pretty stable set of command line options, I think it would be nice to provide completions for common shells.
If folks are interested in this I can start working on this …
-
### 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…
-
Hi, I use croc extensively in my workflow and as a result I have written my own simple zsh completion script, which works well me. Just thought of contributing it here so that, other people using the …
-
### Act version
0.2.60
### Feature description
Quote readme from https://github.com/nektos/act
> - **Local Task Runner** - I love [make](). However, I also hate repeating myself. With `act…
-
**Is your feature request related to a problem? Please describe.**
Provide shell completion for common shells (bash, zsh, ...)
**Describe the solution you'd like**
Like :
-
-
-
-
-
…
-
**Is your feature request related to a problem? Please describe.**
I'm surprised `flowpipe` has no shell completion shipped (`steampipe` has though).
Such automation tool w/o shell completion is har…
-
Was wondering if anyone created some sort of shell completion generator which works with cmd-ts
-
While [the previously implemented `shtab` completion](https://github.com/fsfe/reuse-tool/issues/629#issuecomment-2366730356) is faster and more secure, it also requires installing a `/etc/bash_complet…