fs-extra extends Node.js's native fs module with useful file system methods like copy, remove, and mkdirs. It adds promise support to all fs methods, uses graceful-fs to prevent EMFILE errors, and acts as a direct drop-in replacement for the standard fs package.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONYazi is a high-performance terminal file manager written in Rust, utilizing non-blocking async I/O for efficient file management.
nnn is a lightweight, high-performance terminal file manager designed for efficiency and minimal resource usage across various Unix-like systems.
s3fs-fuse is a FUSE-based file system that mounts Amazon S3 buckets and compatible object stores as local file systems on Linux, macOS, and FreeBSD, enabling standard POSIX file operations on cloud storage.
Simgit provides disk-efficient, isolated Git worktrees using copy-on-write (CoW) for running multiple AI agents or parallel development on a single repository. It leverages native filesystem features (APFS, reflink) or fuse-overlayfs to minimize disk usage, offering significant savings compared to full worktree copies.
fd is a fast, user-friendly alternative to the 'find' command for locating entries in your filesystem.