Virtual file class. Extends the native fs.Dirent class with methods to simplify path handling. Similar to Vinyl, but lightweight.
Create fs.Dirents from fs.Stats for compatiblity on earlier versions of Node.js
Enhances Node.js fs.readdir and fs.readdirSync by adding a 'path' property to Dirent objects in versions where it's not included by default.
A set of classes for easy testing of built-in structures of FS
List files and directories inside the specified directory
Generate routes from a directory
fs.walk for node (as a port of Go's filepath.Walk)
A library for efficiently walking a directory recursively
Language-agnostic test fixtures in Markdown
Python's os.walk() implementation for Node.js environments with support for the `for await...of` loops.
Walk an entire directory. Fast, simple, and asynchronous.
A glob implementation that respects .gitignore files
API to expose test data in a convenient and consistent way
The directory crawler library for Node.JS
A rocket 🚀 fast, lightweight, static site generator
A set of classes for easy testing of built-in structures of FS
Image minimizer.
File-Descriptor Event Handler + Listener
Read directory contents recursively.
@reliverse/reglob is a high-performance file matcher for modern js/ts projects. crafted for devs who care about precision, speed, and zero-bloat dx. simple but smart, fast and focused, minimal, no fluff, predictable in every case.
useful directory walker
串行扫描文件夹,扫描的同时支持更新、过滤操作,一定程度复用遍历。
串行扫描文件夹,扫描的同时支持更新、过滤操作,一定程度复用遍历。
walk a directory tree performing actions
Filters directory entries using CEL.
Generated bindings for Linux <dirent.h>
Traverse a directory recursively preserving compatbility with the standard library
Converts the dirents to an ipc stream.
Converts metadata values of the dirents to a record batch.
Generate LLM-powered exam questions from YAML books, manpages, mdbooks, tealdeer pages, and code.
A fast, multi-threaded filesystem search tool with regex/glob support and extremely pretty colours!
Rust FFI bindings for POSIX and Linux system APIs generated as WinMD metadata
A learning-oriented rCore Tutorial chapter 6 kernel crate covering easy-fs, VirtIO block IO, file descriptors, and filesystem syscalls.
A pure Rust library for reading EROFS (Enhanced Read-Only File System) images
A pure Rust library for reading EROFS (Enhanced Read-Only File System) images
Parallel directory walker tuned for APFS. ~5x faster than fd/rg on macOS via work-stealing and per-volume worker tuning.