PSFzf icon indicating copy to clipboard operation
PSFzf copied to clipboard

A PowerShell wrapper around the fuzzy finder fzf

Results 60 PSFzf issues
Sort by recently updated
recently updated
newest added

I may have something configured incorrectly so please let me know what other info I should provide. When I cd into my git repo and use `Invoke-FuzzyGitStatus`, I can see...

Hi That's a weird one.... When using a Get-Item to Set-Location, powershell pwd is not "correct" and then Invoke-FuzzyGitStatus preview failed... ![image](https://user-images.githubusercontent.com/3379936/180495364-5ca0314b-c603-4afe-b50e-422f5831da31.png) using a string with set-location is ok ![image](https://user-images.githubusercontent.com/3379936/180496155-868a32bb-ce2a-43ef-b7e5-761ff91832d1.png)...

Just installed. I've noticed that sometimes chords like `ctrl+t` or `alt+c` cause the PowerShell window to crush and close itself. I suspect it has something to do with the size...

I want to look more at the `.dll` but I don't think it handles multi line commands. I think there needs new `if` logic to handle the backtick ( \`...

It seems that `Invoke-PsFzfGitBranches` isn't registed as a cmdlet. Is there way to make it work as `Invoke-FuzzyGitStatus` and set an alias to it?

Thanks for this module, very cool. Although would be even greater if I could get it to work in vs code though, any ideas?

Set-PsFzfOption -PSReadlineChordSetLocation 'Ctrl+t’-PSReadlineChordProvider 'Alt+c' only the last works ``` >get-PSReadLineKeyHandler Key Function Description --- -------- ----------- Tab CustomAction User defined action Alt+c Fzf Provider Select Run fzf for current provider...

fzf allow to complete ssh|telnet command with a list of known hosts. The purpose of this is to allow to grab all host (from command invoke-command or enter-pssesion ) from...

All defined chord with Set-PSFzfOption do not work when in vimode "Command". Maybe that's by design ?

I _think_ it would be ideal to loop in [`Set-ZLocation`](https://github.com/vors/ZLocation/blob/d569d35db3d05d9b4d96d00bbc0ec0dbd105d844/ZLocation/ZLocation.psm1#L240) instead of only `cd` in this code. This way we get the `Push-Location` and removal of "bad" path code benefits....