junegunn / fzf

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

How to find file from zoxide result ? #3840

Closed soluty closed 1 month ago

soluty commented 1 month ago

Checklist

Output of fzf --version

0.50.0 (f97d275)

OS

Shell

Problem / Steps to reproduce

I want to interactively find a dir, then in that dir , i want find interactively find file by fzf, so i use this script zoxide query -l | fzf --no-sort -m | xargs find | fzf then fzf stucked, how can i do double interactive find? find a dir or multi dir, then use that dirs to find some files?

junegunn commented 1 month ago

Add --sync to the second fzf.