-
I was messing around with devcontainers lately and I realized that there was no bash completion for the `docker` command inside a devcontainer with the `docker-in-docker` feature enabled like this:
`…
-
Bash completion for stuff like apt or git doesn't work.
It doesn't matter if it's running on the host or in the container.
-
So I installed skim/sk with homebrew and upon first run it prompted to "install support", I agreed without paying much attention and now it overtook ctrl+r (bash history reverse search). While it sear…
-
I'm trying to setup a VSCode dev container with `dbt` and `dbt-bash-completion` But I can't get it working.
You can reproduce it by running: `docker run -it --rm python:3.13-slim bash`
And insi…
-
Using `just` master and `bash` shell, in a folder with
```
$ ls
justfile 'justfile (1)'
```
Trying to autocomplete `just -f ` offers choices `justfile` and `(1)`. It won't autocomplete `justfi…
-
bash-completion v[2.12.0](https://github.com/scop/bash-completion/releases/tag/2.12.0) renamed the `_split_longopt` function to `_comp__split_longopt` in https://github.com/scop/bash-completion/commi…
-
* ran `shellcheck` (a bash linter) on `./`
* add `shopt -s nullglob` to `_cabal_list_targets`
1. lint with shellcheck:
```
$ shellcheck ./cabal/cabal-install/bash-completion/cabal
^-- SC2…
-
**Is your feature request related to a problem? Please describe.**
A lot of Bash CLI tools provide a command line option to output a completion script. For example, `ripgrep` provides an option:
``…
-
I have a feature request. Right now, `ts` doesn't provide any bash completion. This would be super helpful!
I'll post some initial thoughts in a separate comment. If I find some time, I may follow …
-
The recipe has the following line:
https://github.com/haikuports/haikuports/blob/8463ddd4375ddd855c8166cea5ec278e0b0dcf93/app-shells/bash_completion/bash_completion-2.11.recipe#L44
That `setting…