kelleyma49 / PSFzf

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

`Invoke-PsFzfRipgrep` - Escape `$` In Path #203

Open mattcargile opened 1 year ago

mattcargile commented 1 year ago

Paths with a dollar sign ( $ ) do not parse correctly when passed in it appears. I haven't looked in depth at the code but I think this is the case.

kelleyma49 commented 1 year ago

I believe I was able to recreate this. It looks like there's some quoting issues going on that I'll have to dive into as my initial attempts to fix this have failed.