#261·ni

Bash completions should narrow when part of a script is provided

Author: EazashCreated Feb 27, 2025Updated Feb 27, 2025
Labelsenhancement

Clear and concise description of the problem

The current implementation prints all available even if part of the script name is provided for completion candidates

Image

Suggested solution

The completion should return only those scripts that contain/start with the string provided

Image

Alternative

No response

Additional context

Happy to submit a PR for this

Validations