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 39 fdir issues
Sort by recently updated
recently updated
newest added

Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.21.17 to 5.23.8. Changelog Sourced from systeminformation's changelog. Changelog Major Changes - Version 5 New Functions audio() detailed audio information bluetoothDevices() detailed information detected bluetooth devices dockerImages()...

dependencies

Fixes #40 it isn't a true iterator of paths since we still read each directory as a batch under the hood. but it does mean we're only ever holding at...

Related to #163 This is an attempt at exporting the builder without the `require('picomatch')`. The idea is to preserve the existing behavior while supporting the ability to use `fdir` without...

We were using `mock-fs` for testing symlinks and some other things. Unfortunately, `mock-fs` does not support `opendir` API which will be used by the iterator API we plan on adding...

an alternative to #154 draft until one day we can settle on a direction. probably end up with a 3rd branch once this one has been reviewed

> [!NOTE] > This PR doesn't affect the published `dist` code nor any file that's published to npm whatsoever. Its only purpose is to improve the experience of working with...

> [!NOTE] > Since node 12 support was restored, this is getting marked as draft indefinitely until it is decided to drop node 14. As such the text below is...

`tinyglobby` needs the option because it's an option that `fast-glob` offers, so libraries like `netlify/build` can't migrate to `tinyglobby` without it. `tinyglobby` tries to use `excludeSymlinks` for this purpose today,...

I'd like to get paths relative to a current working directory, which is different from the crawling root directory