-
Using fzf with fd creates fd --type f --hidden --follow --exclude .git | fzf
# ./bin/fm
# ./bin/dot-versions
# ./bin/currency
# ./bin/create-git-worktree
# ./bin/control-terminal
# ./bin/__src-currency/index.ts
# ./README.md
# > ./.pre-commit-config.yaml
# 98/98 Using fzf vanilla (without any options set) doesn't create such: fzf
# bin/todo
# bin/public-ip
# bin/currency
# lang/R/Rprofile.R
# lang/R/packages.csv
# > lang/python/pythonstartup.py
# 97/97 |
Beta Was this translation helpful? Give feedback.
Answered by
strboul
Feb 19, 2022
Replies: 1 comment
-
This was a change at the
fd --strip-cwd-prefix | fzf works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
strboul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was a change at the
fd
side. In thefd
version v8.3.0, it's introduced:fd --strip-cwd-prefix | fzf
works fine.