kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
795 stars 36 forks source link

Support --expect #32

Closed glucas closed 3 years ago

glucas commented 4 years ago

It looks like --expect works OK on Windows and would be useful to build PowerShell functions that take different actions on the search results. Could it be added to the Invoke-Fzf wrapper?

kelleyma49 commented 4 years ago

I'm working on this. Having some issues with my github actions - please bear with me. :)

kelleyma49 commented 4 years ago

Here's a prerelease version with expect support: https://www.powershellgallery.com/packages/PSFzf/1.1.35-alpha.

I haven't had time to test if it really works yet, but feel free to try it out.

kelleyma49 commented 4 years ago

@glucas, did this work for you?

glucas commented 3 years ago

Yes, this works! Sorry, came back to check something else and realized this was still open.