kelleyma49 / PSFzf

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

Fix working directory condition #86

Closed rashil2000 closed 2 years ago

rashil2000 commented 3 years ago

Working directory was not getting set correctly as this condition was always false. We need to compare the Name property of Provider.

Tested on Windows, Linux and macOS.

Closes #65

rashil2000 commented 2 years ago

Hey @kelleyma49

Did I miss something?

kelleyma49 commented 2 years ago

Good catch @rashil2000. Thank you for the PR!

rashil2000 commented 2 years ago

Welcome @kelleyma49

Just wanted to ask, are you planning to make a release? The last stable release was over six months ago.

kelleyma49 commented 2 years ago

I just published a new release.

rashil2000 commented 2 years ago

Thank you!