Clone of fd with some custom changes for my needs.
- Support for
whitelistsearch
why I added this:
- In
fdI found it bit hard to make it search only in specific directories. One way is in.ignoreadd all directories you don't want to search by!<ignore-dir>. But, this was too cumbersome. Hence, I built support for whitelist. How it works:
- create a file called
.whitelistsin your direction and add only the directories that you want it to be search it. - Run
fdwithfd -wwhere it searches only within those whitelisted directories.