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

Commits on Mar 10, 2024

  1. data/_xbps: add a new packages completion function

    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.
    kymnob committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    73218ec View commit details
    Browse the repository at this point in the history
  2. data/_xbps: replace long list of services with a pattern

    Fallback to slightly modified _gnu_generic for services that do match
    the pattern and don't have a respective completion function.
    kymnob committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a3a5936 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec0c4ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d32d54 View commit details
    Browse the repository at this point in the history