filehound icon indicating copy to clipboard operation
filehound copied to clipboard

Flexible and fluent interface for searching the file system

Results 4 filehound issues
Sort by recently updated
recently updated
newest added

**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

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

question

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

bug
triage

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

bug