-
Hi, I started using `just` recently and absolutely love it. I'm trying to update the package for Alpine to the latest, since it is currently at 1.26.0. I'm able to build 1.27.0, but 1.28.0 fails with …
-
It would be nice to have an easy way of installing bash completions from optparse-applicative.
We've added a small post install script to our own CLI tools with a module like the following:
```n…
-
-
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
-
Placing the completion script in `/usr/share/bash-completion/completions` is not enough. How can I make it work?
-
Offer tab completions utilizing `aws-env --ls` to offer completions for which profile to select.
-
It would be nice to have bash completions for the supported flags and/or binaries passed as arguments.
Specifically, pressing tab for completions should lead to following output:
```sh
$ go-glo…
Gelio updated
2 years ago
-
Completions were discussed on the iovisor call (thanks @4ast for the idea).
This could be done a number of different ways: bash, editors, custom tools.
This ticket is for bash command completion…
-
Add bash completions for aptpac so that commands an be auto completed using ``. I am not sure but the bash completions file of apt may help a lot here.
Also I may try doing this if I get a chance.
-
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 (…