fdir icon indicating copy to clipboard operation
fdir copied to clipboard

⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s

Results 15 fdir issues
Sort by recently updated
recently updated
newest added

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

`crawlWithOptions` API in combination with `withPromise` no longer outputs a `GroupOutput` as per the typings. The test script: ```javascript const { fdir } = require('../'); const test = async (dir)...

* Added getWorkingRoot function which returns the root directory of CWD; replaced references to the root system mount point "/" with references to getWorkingRoot. * Replaced hard-coded references to Linux...

I have a need to list the path to a symlink itself rather than the resolved path of the symlink. Currently symlinks are ignored unless `withSymLinks()` is used, however if...

Hello, first of all thanks for this awesome package!! The documentation says that > Stream API will be added soon. Is it already a work in progress? I would really...

help wanted

Hello, can you please provide an option for a max file limit that once X files have been found, stop further scanning operations? I understand an operation may be in...

`fdir` has reached maximum performance. I am not saying that to discourage others from trying to make a faster directory crawler. Not at all. But I have stripped `fdir` down...

I am interested in how much faster it could be using native code. Via `child_process` or N-API. Someone [already mentioned](https://github.com/thecodrr/fdir/issues/11) Rust's https://github.com/jessegrosjean/jwalk. Some other Rust discussion [here](https://users.rust-lang.org/t/whats-the-fastest-way-to-read-a-lot-of-files/39743/6). Would be cool...

benchmark

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Hi. I'm an active user of `glob` and 92% faster seems neat. In order to switch, I need to know that my existing patterns will be maintained. Will you please...

help wanted