OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source4109discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: filesystem清除
node-fs-extrajprichardson
ADDED

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.

Developer toolsBackend & APIs
yazisxyazi
ADDED

Yazi is a high-performance terminal file manager written in Rust, utilizing non-blocking async I/O for efficient file management.

Developer toolsProductivityCLI & terminal
nnnjarun
ADDED

nnn is a lightweight, high-performance terminal file manager designed for efficiency and minimal resource usage across various Unix-like systems.

ProductivityDeveloper toolsUtilities
s3fs-fuses3fs-fuse
ADDED

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.

Self-hostedDeveloper toolsCloud & storage
simgitabendrothj
ADDED

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.

AI & MLDeveloper toolsAI agents
fdsharkdp
ADDED

fd is a fast, user-friendly alternative to the 'find' command for locating entries in your filesystem.

Developer toolsTesting & debugging