kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
787 stars 34 forks source link

FilePath Completion : Last Path elements is lowered and Fzf search is case sensitive #103

Closed belotn closed 2 years ago

belotn commented 2 years ago

Hello,

When invoking tab completion on a PAth, the part after the last \ is lowered.

image

Invoking Completion image

Either , search in Insenstitive Case mode ( -i ) or preserve case :)