I'm the author of a new(ish) open source project, sqlh.
I'm currently working on adding integration with fzf in my own implementation of a reverse interactive search, and thought I'd try to allow users to use fzf's picker instead if they prefer it, but it spits out a rather opaque error message when I try to test it:
C:\cygwin64\tmp\fzf-temp-1160247143: line 1: C:\cygwin64\home\Revan\.tools\fzf\bin\fzf.exe: command not found
That is the path I installed fzf in, so I'm not sure what I might be doing wrong. Here is the code I am using to invoke fzf's picker
I'm the author of a new(ish) open source project, sqlh.
I'm currently working on adding integration with fzf in my own implementation of a reverse interactive search, and thought I'd try to allow users to use fzf's picker instead if they prefer it, but it spits out a rather opaque error message when I try to test it:
That is the path I installed fzf in, so I'm not sure what I might be doing wrong. Here is the code I am using to invoke fzf's picker