-
Navigate code completion list back and forth using Tab and Shift + Tab key instead of arrow keys
-
**Describe the bug**
`krr --install-completion` crashes when krr was install via homebrew
**To Reproduce**
Steps to reproduce the behavior:
```bash
$ brew tap robusta-dev/homebrew-krr
$ brew …
-
It would be nice if `=` was required instead of optional for flags with arguments. This would make the following behavior error:
```
x@x:~/test$ julia --trace-compile --banner=no
_
…
-
I would like to make shell completion automatically installed via a `postinstall` script. The goal is to have something that is expected to work nicely with `commander-completion`. It should have ampl…
-
The commands (including shell functions and aliases) included here should have tab completion support. Need to figure out how to write these.
Resources:
*
*
fenhl updated
3 years ago
-
Perhaps for fish 3.0 we can include support for a completion script to indicate that its completions should come from fish's history file, so that tabbing would provide a list of matches from history.…
-
It would be the best if Vimux would utilize the completion features of the users shell.
I expect that this is not easy / impossible inside vim, but since Vimux integrates with tmux it could be done b…
-
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md))
**Describe the user story**
As a command-line user of `pnpm`…
-
#### To report a bug...
* What command(s) did you run?
all the normal shell completions that work fine on taskwarrior 2.5.1 on ubuntu 18.04 do not seem to work at all on mac os 10.14.4
* What d…
-
Fnm installs itself and the node/npm versions in the $HOME directory (on Debian), but this makes the binaries only available to the user who installed fnm...\
What is the preferred way of installing …