awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

24 مستودعات

Awesome GitHub RepositoriesFilesystem Utilities

Libraries for managing files, directories, and filesystem events.

Explore 24 awesome GitHub repositories matching part of an awesome list · Filesystem Utilities. Refine with filters or upvote what's useful.

Awesome Filesystem Utilities GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • paulmillr/chokidarالصورة الرمزية لـ paulmillr

    paulmillr/chokidar

    12,143عرض على GitHub↗

    Chokidar is a cross-platform file system monitoring library designed to provide a unified interface for tracking disk activity. It functions as a foundational utility for Node.js development environments, enabling applications to detect file additions, modifications, and deletions across diverse operating systems through a consistent event stream. The library distinguishes itself by normalizing inconsistent event signatures from various operating system kernels and implementing robust event debouncing logic. By buffering rapid sequences of file system events and waiting for a quiet period, it

    Improved cross-platform file watching.

    TypeScriptchokidarfilesystemfsevents
    عرض على GitHub↗12,143
  • jprichardson/node-fs-extraالصورة الرمزية لـ jprichardson

    jprichardson/node-fs-extra

    9,610عرض على GitHub↗

    node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se

    Extended filesystem module with promise support.

    JavaScriptcopydeletefilesystem
    عرض على GitHub↗9,610
  • isaacs/rimrafالصورة الرمزية لـ isaacs

    isaacs/rimraf

    5,846عرض على GitHub↗

    rimraf هو أداة حذف ملفات متكررة لـ Node.js وأداة مساعدة لنظام الملفات عبر الأنظمة الأساسية. يوفر كلاً من مكتبة برمجية وواجهة سطر أوامر لإزالة الملفات والأدلة وجميع محتوياتها عبر أنظمة تشغيل مختلفة. تدعم الأداة حذف الملفات القائم على glob، مما يسمح بإزالة العناصر التي تطابق أنماط أحرف البدل المحددة بدلاً من المسارات الحرفية فقط. كما تتضمن القدرة على إجهاض عمليات الحذف في منتصف التنفيذ وتطبيق تصفية مخصصة قائمة على المسند (predicate) لاستبعاد ملفات أو مجلدات معينة. يغطي المشروع إمكانات واسعة لإدارة نظام الملفات بما في ذلك الاجتياز المتكرر من العمق أولاً، وتطبيع المسار عبر الأنظمة الأساسية، و I/O غير المتزامن. تمكن هذه الميزات مهام مثل إزالة نتاج البناء المؤتمتة وتنظيف مساحة عمل المشروع العامة.

    Cross-platform file and directory deletion.

    TypeScript
    عرض على GitHub↗5,846
  • sindresorhus/globbyالصورة الرمزية لـ sindresorhus

    sindresorhus/globby

    2,644عرض على GitHub↗

    User-friendly glob matching

    Globbing utility with support for multiple patterns.

    JavaScriptdirectoriesfilesglob
    عرض على GitHub↗2,644
  • sindresorhus/delالصورة الرمزية لـ sindresorhus

    sindresorhus/del

    1,345عرض على GitHub↗

    Delete files and directories

    Cross-platform file and folder deletion.

    JavaScript
    عرض على GitHub↗1,345
  • isaacs/node-graceful-fsالصورة الرمزية لـ isaacs

    isaacs/node-graceful-fs

    1,302عرض على GitHub↗

    fs with incremental backoff on EMFILE

    Enhanced filesystem module with Windows improvements.

    JavaScript
    عرض على GitHub↗1,302
  • szwacz/fs-jetpackالصورة الرمزية لـ szwacz

    szwacz/fs-jetpack

    786عرض على GitHub↗

    Better file system API for Node.js

    Convenient and redesigned filesystem API.

    TypeScript
    عرض على GitHub↗786
  • sindresorhus/find-upالصورة الرمزية لـ sindresorhus

    sindresorhus/find-up

    640عرض على GitHub↗

    Find a file or directory by walking up parent directories

    Utility to find files by walking up parent directories.

    JavaScript
    عرض على GitHub↗640
  • sindresorhus/filenamifyالصورة الرمزية لـ sindresorhus

    sindresorhus/filenamify

    518عرض على GitHub↗

    Convert a string to a valid safe filename

    Utility to convert strings into valid filenames.

    JavaScript
    عرض على GitHub↗518
  • sindresorhus/make-dirالصورة الرمزية لـ sindresorhus

    sindresorhus/make-dir

    480عرض على GitHub↗

    Supports a custom fs implementation.

    Cross-platform directory creation.

    JavaScript
    عرض على GitHub↗480
  • sindresorhus/tempyالصورة الرمزية لـ sindresorhus

    sindresorhus/tempy

    446عرض على GitHub↗

    Get a random temporary file or directory path

    Utility for generating random temporary file or directory paths.

    JavaScript
    عرض على GitHub↗446
  • sindresorhus/cpyالصورة الرمزية لـ sindresorhus

    sindresorhus/cpy

    436عرض على GitHub↗

    Copy files

    Cross-platform file copying.

    JavaScript
    عرض على GitHub↗436
  • moxystudio/node-proper-lockfileالصورة الرمزية لـ moxystudio

    moxystudio/node-proper-lockfile

    279عرض على GitHub↗

    An inter-process and inter-machine lockfile utility that works on a local or network file system.

    Utility for inter-process and inter-machine file locking.

    JavaScriptatomiccross-processfilesystem
    عرض على GitHub↗279
  • sindresorhus/load-json-fileالصورة الرمزية لـ sindresorhus

    sindresorhus/load-json-file

    249عرض على GitHub↗

    Read and parse a JSON file

    Helper for reading and parsing JSON files.

    JavaScript
    عرض على GitHub↗249
  • sindresorhus/package-directoryالصورة الرمزية لـ sindresorhus

    sindresorhus/package-directory

    252عرض على GitHub↗

    Find the root directory of a Node.js project or npm package

    Utility to locate the root directory of an npm package.

    JavaScript
    عرض على GitHub↗252
  • nspragg/filehoundالصورة الرمزية لـ nspragg

    nspragg/filehound

    222عرض على GitHub↗

    Flexible and fluent interface for searching the file system

    Fluent interface for searching the filesystem.

    JavaScript
    عرض على GitHub↗222
  • sindresorhus/write-json-fileالصورة الرمزية لـ sindresorhus

    sindresorhus/write-json-file

    224عرض على GitHub↗

    Stringify and write JSON to a file atomically

    Helper for atomically writing JSON to files.

    JavaScript
    عرض على GitHub↗224
  • sindresorhus/move-fileالصورة الرمزية لـ sindresorhus

    sindresorhus/move-file

    207عرض على GitHub↗

    Move a file, directory, or symlink - Even works across devices

    Utility to move files across different devices.

    JavaScript
    عرض على GitHub↗207
  • bevry/istextorbinaryالصورة الرمزية لـ bevry

    bevry/istextorbinary

    157عرض على GitHub↗

    Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.

    Check if a file is text or binary content.

    TypeScript
    عرض على GitHub↗157
  • sindresorhus/dev-null-cliالصورة الرمزية لـ sindresorhus

    sindresorhus/dev-null-cli

    93عرض على GitHub↗

    `sh npm install --global dev-null-cli `

    Cross-platform null device utility.

    JavaScript
    عرض على GitHub↗93
السابق12التالي
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Filesystem Utilities