-
I'd like to incorporate this into my very new Windows workflow. Linux background, love my fzf setup there, want to get some or this projects niceties into my Powershell. So, where does one start? Must I build this solution? I've tried that, to see if a binary was produced. Wasn't sure if I'm just to include these scripts in my $PATH or whatever. If this information is right in front of my eyes in the README.md, please just point me there hehe. Or, maybe it's in /docs, I haven't looked all that well Cheers, Not Strong At Windows, Yet |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I hope this answer is not too late. The powershellgallery.com URL in the README implies that you can install the module by just running: |
Beta Was this translation helpful? Give feedback.
I hope this answer is not too late. The powershellgallery.com URL in the README implies that you can install the module by just running:
Install-Module PSFzf
. Once done, the commands will be available.