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

fix & feat: enhanced completion for zsh #552

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

RocketMaDev
Copy link

I fixed zsh completion which is not working properly (like #549), now files can be completed. What's more, I add a feature that when triggering Tab where dependencies should be entered, the dependencies of the elf will pop out. Here's a screenshot:

Typical case

If the elf is the first arg, it works, too:

File is in the front

In any other cases (file is not exist, or is a .so, or is not exist), the match fallback to the default _files match.

Error handling

I tried my best to test all the cases on my machine and it should be right.

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

Successfully merging this pull request may close these issues.

None yet

1 participant