fzf --preview 'cat {}'
gives me a two-pane terminal window of (left) a fzf fuzzy search for files and (right) a preview of said files.
When called, it starts out showing me /Users/tomnorway/Downloads
, regardless of my current directory. I'd like to write a command that only finds files/folders within my current directory (recursively). Having read through man fzf
to the best of my ability, I find no way to specify that. Does anyone have any advice?