sudsy / node-find-files

A Node Module for finding files by attributes. Originally developed to find files modified since a particular date. Uses an eventemitter model so the results can start streaming back as soon as they are found.
15 stars 7 forks source link

Added ability to skip directories from the search #6

Closed rubenhak closed 4 years ago

rubenhak commented 6 years ago

In some cases useful to skip subdirectories without even getting inside.

sudsy commented 4 years ago

Sorry, I did a refactor of the tooling for this project before I realised there was an open PR.

Either way, the changes were in the javascript rather than the typescript so they would have been clobbered on next publish.

rubenhak commented 4 years ago

thank you!