Closed jyn514 closed 4 hours ago
man fzf
fzf --version
0.56.3 (add1aec)
$ mkdir -p a/b $ touch a/b/foo $ fzf --walker-skip a/b
i expect that this does not return a/b/foo. instead it does show it.
if i use --walker-skip b, it correctly ignores the file. but i don't want to ignore all directories named b, only this particular directory.
Checklist
man fzf
)Output of
fzf --version
0.56.3 (add1aec)
OS
Shell
Problem / Steps to reproduce
i expect that this does not return a/b/foo. instead it does show it.
if i use --walker-skip b, it correctly ignores the file. but i don't want to ignore all directories named b, only this particular directory.