PatrickF1 / fzf.fish

🔍🐟 Fzf plugin for Fish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation fails with message "fisher: cannot add github.com/PatrickF1/fzf.fish -- is this a valid package?"

elman22 opened this issue · comments

Before proceeding...

Describe the bug

When I try to install using fisher add PatrickF1/fzf.fish, I get error fisher: cannot add github.com/PatrickF1/fzf.fish -- is this a valid package?

Steps to reproduce

Run command described above.

Environment

Versions installed:

  • Fish: 3.4.1-1
  • fisher: 4.3.1-1
  • fzf.fish: none
  • fzf: 0.30.0-1
  • fd: 8.3.2-1
  • cat: 0.20.0-1
  • terminal: Konsole
  • OS: Arch Linux fully updated

Which, if any, configuration variables such as fzf_preview_file_cmd are set?
none

Additional context

I uninstalled jethrokuan/fzf and wanted to install PatrickF1/fzf.fish.

I found the problem. I actually had 2 fisher instances. One was from Arch package and the other one was saved as function in fish (fisher version 3.2.9). Fish was using old version. Deleting it solved the problem.