Skip to content
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

Open
sebglazebrook opened this issue Apr 25, 2017 · 5 comments
Open

Autocompletion of aliases #37

sebglazebrook opened this issue Apr 25, 2017 · 5 comments

Comments

@sebglazebrook
Copy link
Owner

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 completion

Solution

Dynamically work out the command being entered and direct the bash completion to the right command

@artdevjs
Copy link
Contributor

it would be great, a little bit uncomfortable without this.

@wesselvdv
Copy link

Any idea when this might land? Would be really useful!

@sebglazebrook
Copy link
Owner Author

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?

@wesselvdv
Copy link

I am using bash, and I've been using aliases for creating easy shortcuts in our development stack.

@shanness
Copy link

There is a great project for this already. See cykerway/complete-alias.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants