kelleyma49 / PSFzf

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

chords cause powershell to crash #155

Closed mattiamarchesini closed 1 year ago

mattiamarchesini commented 2 years ago

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 of the list being displayed but I've got no way to be sure

Windows version: 10.0.19044 Build 19044 Powershell version: PowerShell Core 7.2.4 fzf.exe version: 0.30.0 (2093667)

kelleyma49 commented 2 years ago

Can you share any other information about your environment?

Try running $error.clear(), then one of commands that causes it to crash, then share the contents of $error.

I can run CTRL+T from the root of my C: drive and it will index 1.3 million files without any issues.