-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
A:completionsIssues related to tab completionIssues related to tab completionA:line-editorIssues related to reedlineIssues related to reedlineA:syntax-highlightingBugs or performance issues with the syntax highlighting logicBugs or performance issues with the syntax highlighting logiccategory:enhancementNew feature or requestNew feature or request
Description
Related problem
Other shells discern between the actual value being inserted and the one being displayed.
This enables shorter values for multiparts completion like paths where only the current segment is shown.
Additionally, some shells provide the ability to set the color (either by ansi escape sequence or additional parameter) to highlight specific values and paths (LS_COLORS
).
Describe the solution you'd like
A way to return display values additionally to the ones to be inserted from custom completions. As well as the color if possible.
Describe alternatives you've considered
No response
Additional context and details
related #5291
herlon214, vwkd and fifty-six
Metadata
Metadata
Assignees
Labels
A:completionsIssues related to tab completionIssues related to tab completionA:line-editorIssues related to reedlineIssues related to reedlineA:syntax-highlightingBugs or performance issues with the syntax highlighting logicBugs or performance issues with the syntax highlighting logiccategory:enhancementNew feature or requestNew feature or request