kelleyma49 / PSFzf

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

Use fzf.exe directly for CTRL+T #136

Closed kelleyma49 closed 2 years ago

mattcargile commented 2 years ago

I really like this! I'm was trying to come up with a good test for some slowness especially on directories with over 100k items. It would also be nice if there was an option to not have color as the combination of --color=always on fd and --ansi on fzf can be too slow.

kelleyma49 commented 2 years ago

Thanks @mattcargile! If you want to try it in the latest prerelease (https://www.powershellgallery.com/packages/PSFzf/2.4.3-alpha), set:

$env:PSFZF_EXPERIMENTAL_CTRL_T_SPEEDUP='true'