Open
Description
Perhaps a blend of menu complete
and history searching, seems to be a common ask
Description of the new feature/enhancement
There are many cases where tab completion can result in a large list (not just files which is a common case, but think of resources in Azure). It would be useful to have either a new mode for MenuComplete or an alternate where you have a filter line that will dynamically filter results showing matches to the typed filter. In the file case, I should be able to type *.jpg
which will filter out to just files with that extension. If I type jpg
then any result that contains that string would be shown.
One question is whether the cmdlet participates as an optimization rather than filtering on the client.