kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
801 stars 37 forks source link

enhance the Invoke-FzfPsReadlineHandlerProvider #198

Open metasong opened 1 year ago

metasong commented 1 year ago

copy c:\programs\(cursor here) d:\apps press ctrl-t to trigger function Invoke-FzfPsReadlineHandlerProvider, then select some path will expand

kelleyma49 commented 1 year ago

I think I see what you're trying to do, but unfortunately you're code breaks other instances. See example below.

CtrlTDoesNotWork

Konstantin-Glukhov commented 1 year ago

This is a valid enhancement request. See my pool request #215 to address the issue. It works fine for both current folder and supplied path.