You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the Windows binary into C:\bin\fzf.exe, which is in my Cygwin path.
I have included the line eval "$(fzf --bash)" into my .bashrc.
I open Cygwin shell, no errors.
I hit [CTRL]+R, I get an error that make no sense:
C:\cygwin64\tmp\fzf-temp-3974864139: line 1: C:\bin\fzf.exe: command not found
If I run from bash fzf I get the same error.
If I run from bash fzf --help (or any other option) Fzf seem to work with no error.
It only breaks when given no argument!
PS. There is no recent version for fzf package. Do not use Cygwin package!
The text was updated successfully, but these errors were encountered:
eabase
changed the title
C:\cygwin64\tmp\fzf-temp-3974864139: line 1: C:\bin\fzf.exe: command not found
[Cygwin] command not found when using Windows bianry and not providing argument C:\cygwin64\tmp\fzf-temp-3974864139: line 1: C:\bin\fzf.exe: command not found
Nov 21, 2024
eabase
changed the title
[Cygwin] command not found when using Windows bianry and not providing argument C:\cygwin64\tmp\fzf-temp-3974864139: line 1: C:\bin\fzf.exe: command not found
[Cygwin] command not found when using Windows binary and not providing command argument
Nov 21, 2024
Checklist
man fzf
)Output of
fzf --version
0.56.3 (add1aec)
OS
Shell
Problem / Steps to reproduce
I have installed the Windows binary into
C:\bin\fzf.exe
, which is in my Cygwin path.I have included the line
eval "$(fzf --bash)"
into my.bashrc
.I open Cygwin shell, no errors.
I hit
[CTRL]+R
, I get an error that make no sense:If I run from bash
fzf
I get the same error.If I run from bash
fzf --help
(or any other option) Fzf seem to work with no error.It only breaks when given no argument!
PS. There is no recent version for fzf package.
Do not use Cygwin package!
The text was updated successfully, but these errors were encountered: