ff icon indicating copy to clipboard operation
ff copied to clipboard

ff under Windows 10

Open Kobaltauge opened this issue 5 years ago • 1 comments

Just found your wrapper and would give a try. Put fzf.exe and ff.exe in system32. When I execute fzf, it's working properly. Executing ff I'll get this message:

c:>ff Error: unhandled exception: Das System kann die angegebene Datei nicht finden.

Additional info: 'Requested command not found: 'fzf'. OS error:' [OSError]

"Das System kann die angegebene Datei nicht finden" in english "The system can't find the file"

Kobaltauge avatar Oct 06 '20 09:10 Kobaltauge

This is how I setup fzf and ff, so you can try it to see if it solve your problem:

  1. install fzf using scoop. scoop install fzf
  2. put ff release to %userprofile%/scoop/shims

That's it. You can also bind fd to ff.cfg for faster indexing

miku4j avatar Dec 30 '20 10:12 miku4j