-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocompletion of aliases #37
Comments
it would be great, a little bit uncomfortable without this. |
Any idea when this might land? Would be really useful! |
This is a bit tricky, can be done but I haven't thought through it all yet. I know how it would work for bash as that's the shell I use most but zsh or anything else I'm not sure. Do you use bash or something else? |
I am using bash, and I've been using aliases for creating easy shortcuts in our development stack. |
There is a great project for this already. See cykerway/complete-alias.git |
Proposal: smart/dynamic auto-completion of aliases
Problem
If I have an alias
g
that completes to 'git' I don't see the git bash completionSolution
Dynamically work out the command being entered and direct the bash completion to the right command
The text was updated successfully, but these errors were encountered: