Hi,
I discovered how fzf is so practical and better than fd or find for most usage, but I don’t know how to get a few behaviours, due to my lack of skill certainly.
I suppose quite a lot people here must use fzf :-/ ?
Instead of printing the selected lines and returning to prompt, is that possible instead to past the entries in a row to the next in the next prompt, to allow a seamless command edition for instance ? using the execute command I guess.
So “opening a prompt” (sorry my unix language is broken) and pasting the result but not executing.
Also I wish that by default it shows hidden (dot starting entries/files) too, but what does fzf call upon to retry the working directory’s files names when using STDIN ?
I can’t find in the manual how to modify the command without piping from fd locate or ls -a …
I was pretty satisfied with fish autocompletion to navigate, but I wish it had fuzzy search and could look recursively.
Thanks