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

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

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

8 مستودعات

Awesome GitHub RepositoriesRecursive Directory Managers

Tools for creating, removing, and managing nested folder structures recursively.

Distinct from Directory Management: Shortlist candidates focus on scanning or traversing for visualization rather than the active management of nested structures.

Explore 8 awesome GitHub repositories matching operating systems & systems programming · Recursive Directory Managers. Refine with filters or upvote what's useful.

Awesome Recursive Directory Managers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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

    Provides comprehensive tools for managing nested folder structures and ensuring deep directory paths exist.

    JavaScriptcopydeletefilesystem
    عرض على GitHub↗9,610
  • gruntwork-io/terragruntالصورة الرمزية لـ gruntwork-io

    gruntwork-io/terragrunt

    9,317عرض على GitHub↗

    Terragrunt is an infrastructure as code orchestrator and a thin wrapper for Terraform. It serves as a configuration manager designed to reduce code duplication and manage the execution and deployment order of infrastructure across complex cloud architectures. The tool facilitates scaling cloud deployments across multiple environments, such as development, staging, and production, while keeping configurations consistent. It focuses on organizing large-scale deployments into manageable components to avoid monolithic state files and limit the blast radius of changes. Its capabilities cover infr

    Walks through folder hierarchies to apply a single operation across multiple infrastructure modules in a batch.

    Goawsclideveloper-tools
    عرض على GitHub↗9,317
  • 0xd4d/de4dotالصورة الرمزية لـ 0xd4d

    0xd4d/de4dot

    7,426عرض على GitHub↗

    de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un

    Traverses directory trees to apply deobfuscation passes to all discovered assemblies.

    C#
    عرض على GitHub↗7,426
  • faisalumair/udemy-downloader-guiالصورة الرمزية لـ FaisalUmair

    FaisalUmair/udemy-downloader-gui

    6,322عرض على GitHub↗

    udemy-downloader-gui هو تطبيق سطح مكتب مصمم لأرشفة مقاطع فيديو ومواد دورات Udemy على محرك أقراص محلي. غرضه الأساسي هو تمكين التعلم دون اتصال بالإنترنت وإنشاء نسخ احتياطية محلية للمحتوى للدورات التي تم شراؤها. تدعم الأداة التنزيل المجمع لدورات ودروس فيديو متعددة في وقت واحد. وتدير عملية الاسترجاع من خلال الحفاظ على هيكل المجلد والملف الأصلي لمحتوى الدورة وتوفر عناصر تحكم لاختيار جودة الفيديو وإدارة عمليات النقل النشطة. يتم التعامل مع الوصول إلى المحتوى من خلال مصادقة حساب المستخدم باستخدام رموز الأمان أو ملفات تعريف ارتباط المتصفح للتحقق من الاشتراكات.

    Preserves the original course folder and file structure when saving materials locally.

    JavaScriptdownloaderelectronlinux
    عرض على GitHub↗6,322
  • iyaja/llama-fsالصورة الرمزية لـ iyaja

    iyaja/llama-fs

    5,729عرض على GitHub↗

    llama-fs هو مدير أدلة ومنظم نظام ملفات مؤتمت يستخدم نماذج لغوية كبيرة لتصنيف وإعادة تسمية وفرز الملفات في أدلة مهيكلة. يعمل كخط أنابيب بيانات محلي يحلل محتوى الملف لتحديد تسلسلات هرمية مناسبة للمجلدات وأنماط التسمية. يؤكد المشروع على الخصوصية من خلال توجيه معالجة البيانات إلى مثيلات النماذج المحلية، مما يضمن بقاء معلومات الملفات الحساسة على الجهاز بدلاً من إرسالها إلى مزودي السحابة. يستخدم التحليل متعدد الوسائط لمعالجة الصور والصوت والنصوص، مما يسمح للنظام بتحديد وتصنيف أنواع وسائط متنوعة للتنظيم التلقائي. يتضمن النظام مراقبة لنظام الملفات في الوقت الفعلي لاكتشاف تغييرات الأدلة وتشغيل مهام التنظيف المؤتمتة. ويدعم المعالجة المجمعة لإعادة هيكلة أشجار الأدلة بالكامل في عملية واحدة، وتوليف الأدلة المتكرر لإنشاء تسلسلات هرمية للمجلدات المتداخلة تلقائياً.

    Includes recursive directory managers to automatically synthesize nested folder hierarchies based on model suggestions.

    TypeScript
    عرض على GitHub↗5,729
  • symfony/filesystemالصورة الرمزية لـ symfony

    symfony/filesystem

    4,646عرض على GitHub↗

    This is a PHP filesystem utility library that provides tools for manipulating files, directories, and symbolic links. It serves as a specialized set of tools for atomic writing, path normalization, recursive directory management, and cross-platform file manipulation. The project features a dedicated atomic file writer that saves content to temporary locations before moving them to a final destination to prevent data corruption. It includes a recursive directory manager for creating, deleting, and modifying permissions for nested folder structures and their contents, as well as a path normaliz

    Offers utilities for the recursive creation, removal, and permission management of nested folder structures.

    PHPcomponentphpsymfony
    عرض على GitHub↗4,646
  • midudev/jscampالصورة الرمزية لـ midudev

    midudev/jscamp

    3,811عرض على GitHub↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Creates nested subdirectories in a single operation to organize files on disk.

    JavaScriptbootcamp
    عرض على GitHub↗3,811
  • pypa/setuptoolsالصورة الرمزية لـ pypa

    pypa/setuptools

    2,809عرض على GitHub↗

    Setuptools is a Python package build tool and distribution framework used to bundle code into distributable archives. It functions as a project metadata manager, allowing for the declarative definition of project identity, versioning, and dependencies. The toolkit distinguishes itself by providing an extension compiler for C and C++ source files and a plugin architecture that uses entry points to enable runtime discovery of functionality. It also supports development environment tooling, such as editable installs that link source code directly to the environment to allow immediate changes wit

    Creates, copies, and recursively removes directories and their contents during the build and installation process.

    Python
    عرض على GitHub↗2,809
  1. Home
  2. Operating Systems & Systems Programming
  3. Recursive Directory Managers

استكشف الوسوم الفرعية

  • Batch Operation TraversersTools that recursively walk directory trees to apply specific operations across multiple modules. **Distinct from Recursive Directory Managers:** Distinct from general directory managers: focuses on applying batch operations to infrastructure modules during traversal.
  • Structure MirroringCreating local directory hierarchies that exactly match a remote source structure. **Distinct from Recursive Directory Managers:** Specifically focuses on replicating an existing remote hierarchy rather than general nested folder management.