-
Adding the custom command completions and then robbing `_sv` would be stellar.
-
Often enough, I run something like `git rebase --onto origin/main 7fla28h` or `git switch origin/my_colleagues_feature`. For this, it would be helpful that the custom-completions for git included not …
-
https://github.com/kevmoo/completion.dart
Manually writing completion scripts isn't a lot of fun – this just parties off pkg/args
Might be useful?
-
**Describe the bug**
The auto-complete example included in the template application is not functional.
**To Reproduce**
Generate a new template application with the following:
```sh
$ npx…
-
#### What version of ripgrep are you using?
```
ripgrep 12.0.1 (rev 1143888259)
+SIMD -AVX (compiled)
+SIMD +AVX (runtime)
```
#### How did you install ripgrep?
Compile from source.
##…
-
@ariebovenberg [shared an example](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/poetry.rb) for automatically installing shell completions with Homebrew. Let's update our Homebrew formul…
-
**Issue by [Manishearth](https://github.com/Manishearth)**
_Monday Mar 26, 2018 at 21:39 GMT_
_Originally opened as https://github.com/clap-rs/clap/issues/1232_
----
Currently clap does basic compl…
epage updated
2 years ago
-
```
ubuntu@rpi4:~/hstr-2.2$ cat /etc/issue
Ubuntu 20.04.1 LTS \n \l
ubuntu@rpi4:~/hstr-2.2$ cat /proc/cpuinfo | tail -n 1
Model : Raspberry Pi 4 Model B Rev 1.2
```
Source code: https://g…
-
I haven't used your shell, but AFAIK for some reason you still don't have this feature.
AFAIK you already have zsh-style tab completion that can show all available options right? So if I would type…
-
Using `mix-completion` as is at #3 won't complete `ecto` and `phoenix` tasks
Is this behavior the correct one??
In order to hack a quick solution over here I did the following:
I have changed the `t…