complete-alias
complete-alias copied to clipboard
automagical shell alias completion;
I use certain utility packages to manage multiple versions of a given utility. One such is `tfenv` to manage Terraform. This sets up my `PATH` such that the executable file...
Before adding this my bashrc took roughly 200ms to load. With this enabled for 6 aliases it takes roughly 600ms which is a bit much for my liking. Do you...
Hey there. Thanks for your nice tool. It's really something that should be available out-of-the box on every system. For that reason, would you consider to merge it into [bash-completion](https://github.com/scop/bash-completion/)?...
The README file is just very hard to understand, and please use capital letters when you can.
``` In /usr/share/bash-complete-alias/complete_alias line 296: elif [[ '(' == "${str:j:1}" ]]; then ^-- SC1009 (info): The mentioned syntax error was in this elif clause. ^-- SC1073 (error): Couldn't parse this...
Hi, This is a follow-up to #40. I'm opening a new issue because the older one has been closed and i've been able to come up with a reproducer. ##...
### Line 777: This pattern never matches because of a previous pattern on line 761. **command** is already checked for in line 761, so line 777 will never be called....
hi guys, i can't seem to get this working on windows, have tried to follow instructions in the readme and especially the FAQ section about windows but finding it pretty...
There are commands that have different completion depending on an environment variable. E.g. `kubeconfig` (and `oc`) will return the pods (in the configured namespace) of the cluster defined in `KUBECONFIG`....
The instructions are confusing or I'm too dumb to figure them out or this doesn't work on Debian bullseye anymore running bash 5.1.4. I installed this with `apt get bash-completion`...