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

Improve zsh completion #591

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

Conversation

kymnob
Copy link

@kymnob kymnob commented Mar 10, 2024

Since we're parsing search output already.. Is there interest in a somewhat more verbose package completion? Like completing package names over the output of xbps-query -Rs ''. In other words, do you need some additional info during package name completion on a regular basis?

New function:

- supports tags;
- supports caching;
- optionally splits packages into smaller sub-groups (set
  separate-sections and use-cache (recommended) or extra-verbose to
  activate);
- takes into account --repository=url and -R url on the command-line;
- can be used as a standalone completion function.
Fallback to slightly modified _gnu_generic for services that do match
the pattern and don't have a respective completion function.
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.

1 participant