junegunn / fzf

:cherry_blossom: A command-line fuzzy finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command failed on starting fzf

Yair-Ziv opened this issue · comments

Checklist

  • I have read through the manual page (man fzf)
  • I have searched through the existing issues
  • For bug reports, I have checked if the bug is reproducible in the latest version of fzf

Output of fzf --version

0.50.0 (f97d275)

OS

  • Linux
  • macOS
  • Windows
  • Etc.

Shell

  • bash
  • zsh
  • fish

Problem / Steps to reproduce

When I run fzf I get the output [Command failed: fd --hidden --strip-cwd-prefix --exclude .git] as attached: (those are the arguments to my FZF_DEFAULT_COMMAND)
image

Not sure why it started happening as it didn't happen before.

When running that command separately it says:
unknown option: fd

I've also noticed it says that for every argument if passed first
fzf --hidden --strip-cwd-prefix --exclude .git
outputs:
unknown option: --hidden

Installed from git using ./install, I did remove the .fzf.zsh and just symlinked the binary to /usr/bin to make the system more reproducable but even without that and using the fzf.zsh it still outputs the same error.

Please advice ❤️