kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
752 stars 35 forks source link

Update PSFzf.Base.ps1 to return a full path #214

Closed Konstantin-Glukhov closed 1 year ago

Konstantin-Glukhov commented 1 year ago

Return a full path for the selected item on <Ctrl+t>. This solves the problem when the function is invoked with path, e.g. invoking it in current directory works fine, but when doing something like this: "ls C:\Path\<Ctrl+t>" and selecting an item, will end up with "ls Sub-path".

Konstantin-Glukhov commented 1 year ago

Submitting an improved version.