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

Enlarged tagged completion directives #12

Open
2 tasks
maxlandon opened this issue Jan 1, 2023 · 0 comments
Open
2 tasks

Enlarged tagged completion directives #12

maxlandon opened this issue Jan 1, 2023 · 0 comments
Labels
completion All work & things related to completion Go code/ shell scripts enhancement New feature or request

Comments

@maxlandon
Copy link
Member

Currently, completion directives that used through struct tags are restricted to a few ones.

Two sorts of enhancements could be thought of:

  • Enable users to declare custom completer functions through tags, and then to bind those
    functions (implemented elsewhere) through the carapace engine.
  • Since the carapace-bin repository declares litteraly hundreds of system completers,
    we should find a way to enable using them through struct tags. Probably just need
    to declare a map somewhere with all the relevant ones.
@maxlandon maxlandon added completion All work & things related to completion Go code/ shell scripts enhancement New feature or request labels Jan 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completion All work & things related to completion Go code/ shell scripts enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant