-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Zsh autocompletes package names only after repository name #640
Comments
Fun fact: |
I will have to revisit these completions. |
...or leave zsh to me — I'm actively diving into its depths lately. |
That would actually help quite a lot. I use Fish, so would have to do a lot of background work to fix the zsh completions myself. |
Can you 'assign' it to me, so I won't forget it, please? |
I will be revisiting zsh completions soon. |
zsh completions have been reworked. |
I'm on version zsh version |
Perhaps not. When you try the same with |
|
You can try yourself:
|
Fixed again on |
In zsh, aura auto-completion for
aura -S
only works with on a per-repository level.When I type in
aura -S
and press Tab, it only shows repositories. Furthermore, If I narrow it down toaura -S lib32
and press Tab, it won't show anything, despite the fact there's a huge amount of packages inmultilib/
repository named likelib32-*
.It doesn't make any sense to disable autocomplete by package names, because after all you are able to install them without a
repository/
prefix:aura -S lib32-gcc-libs
(btw, despite its name, this one is fromcore/
).Expected behavior
Autocomplete both repositories and individual packages on a top level (
aura -S abc<Tab>
). Possibly, group repos and packages into separate autocompletion categories (to the best of my knowledge, it is possible, e.g. in docker).Actual behavior
Autocompletion for package names is not provided, or provided only with "repository/" prefix.
Alternatives
Consider suggestions from pacaur:
The text was updated successfully, but these errors were encountered: