junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
63.4k stars 2.36k forks source link

unknown option: --walker=file,dir,follow,hidden #3704

Closed ismayeelanver closed 5 months ago

ismayeelanver commented 5 months ago

Checklist

Output of fzf --version

0.29 (devel)

OS

Shell

Problem / Steps to reproduce

unknown option: --walker=file,dir,follow,hidden

ismayeelanver commented 5 months ago

when I press ^T (ctrl+t or fzf-file-widget) it is not working.

if youve fixed it please push it to repo for setup for new machine

thank you

LangLangBart commented 5 months ago

0.29 (devel) unknown option: --walker=file,dir,follow,hidden

Could you try version 0.48.0[^1] or later?

For more information on sourcing shell files in older fzf versions, read the README[^2], as the --walker flag has only been added recently.

[^1]: fzf/CHANGELOG.md at master · junegunn/fzf · GitHub [^2]: README.md - Setting up shell integration · junegunn/fzf

ismayeelanver commented 5 months ago

its now working. first i had the old version downloaded (from apt). now i put this in my ~/.zshrc file: export PATH=$PATH:/home/(name)/.fzf/bin and deleted apt package