feat(completion): add jq-backed zsh completion support. fixes #319#320
Open
jameswilson wants to merge 3 commits intomglaman:mainfrom
Open
feat(completion): add jq-backed zsh completion support. fixes #319#320jameswilson wants to merge 3 commits intomglaman:mainfrom
jameswilson wants to merge 3 commits intomglaman:mainfrom
Conversation
Document how to install native Zsh completion via a _drupalorg completion function. Zsh is the default shell on many macOS versions. Fixes mglaman#319 Made-with: Cursor
- Rename existing completion file to clarify Bash-only compatibility. - Create a sister completion file for Zsh. - Update readme.
- load command metadata from drupalorg list --format=json - cache parsed completion data for the current shell session - complete aliases, options, and positional argument placeholders - document the enhanced zsh behavior and placeholder meaning - add regression coverage for the zsh completion helpers
Contributor
Author
|
Note: this PR is a workaround for an upstream-releated issue when using |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds richer Zsh completion support for
drupalorgby usingdrupalorg list --format=jsonwhenjqis available.What Changed
drupalorg-cli-completion.bashfor clarity that it is Bash-only.drupalorg-cli-completion.zshscript for Zsh completions.drupalorg <TAB>,drupalorg issue:<TAB>is: egdrupalorg i<TAB>drupalorg is -<TAB>,drupalorg is --<TAB><nid>and[branch]: egdrupalorg is <TAB>jqis unavailableTesting
zsh tests/zsh-completion-tests.zshRelated issues