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

complete: add extra-verbose support to _rg_types #2196

Closed
wants to merge 1 commit into from

Conversation

okdana
Copy link
Contributor

@okdana okdana commented Apr 27, 2022

When the extra-verbose style is set for the types tag, completed types are displayed along with the patterns they correspond to. This can be enabled by e.g. adding the following to .zshrc:

zstyle ':completion:*:rg:*:types' extra-verbose true

This change also makes _rg_types use the actual rg specified on the command line to look up types, and it fixes a mangled complete-all style check

Fixes #2195

When the extra-verbose style is set for the types tag, completed types are
displayed along with the patterns they correspond to. This can be enabled by
e.g. adding the following to .zshrc:

  zstyle ':completion:*:rg:*:types' extra-verbose true

This change also makes _rg_types use the actual rg specified on the command
line to look up types, and it fixes a mangled complete-all style check

Fixes BurntSushi#2195
@Freed-Wu
Copy link

Any progress about this PR?

@BurntSushi BurntSushi added the rollup A PR that has been merged with many others in a rollup. label Jul 8, 2023
@BurntSushi
Copy link
Owner

Closed by #2554

@BurntSushi BurntSushi closed this Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR that has been merged with many others in a rollup.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shell completion '-t' for extensions prompt
3 participants