filehound
filehound copied to clipboard
Flexible and fluent interface for searching the file system
**Question** I am trying to use filehound with my react application that integrates with electron. I am facing webpack issues while building the application **log** ``` ERROR in ./node_modules/filehound/lib/filehound.js 33:12-27...
**Question** Hello, the "match" event is correctly generated for each file. However, it seems these events are all emitted at the end of the search. Any possibility to have them...
**Describe the bug** When path() is the root of a windows driveletter, depth(0) is not restricted to the root. It will also find files in the first directory level. **To...
When a regex/pattern is passed to `not()` or `discard()`, this only applies to files. I think it would be sensible to apply it to directories as well, to allow users...