Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

walker-skip should accept nested directories, not just a single path component #4107

Open
5 of 10 tasks
jyn514 opened this issue Nov 22, 2024 · 0 comments
Open
5 of 10 tasks

Comments

@jyn514
Copy link

jyn514 commented Nov 22, 2024

Checklist

  • I have read through the manual page (man fzf)
  • I have searched through the existing issues
  • For bug reports, I have checked if the bug is reproducible in the latest version of fzf

Output of fzf --version

0.56.3 (add1aec)

OS

  • Linux
  • macOS
  • Windows
  • Etc.

Shell

  • bash
  • zsh
  • fish

Problem / Steps to reproduce

$ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant