Closed coleaderme closed 5 months ago
What version of fd are you using? [paste the output of fd --version here] fd 10.1.0
fd
fd --version
Q) How to limit depth for .config/ folder? fd should be able show files within .config/ but NOT folders.
example: should show .txt, .conf, .ini, etc.. but NOT transcend into folder/anotherFolder/
Solved!
edit: ~/.config/fd/ignore config file added following lines: !.config/ .config/*/
~/.config/fd/ignore
!.config/
.config/*/
now works as intended.
What version of
fd
are you using? [paste the output offd --version
here] fd 10.1.0Q) How to limit depth for .config/ folder? fd should be able show files within .config/ but NOT folders.
example:
should show .txt, .conf, .ini, etc.. but NOT transcend into folder/anotherFolder/