8 مستودعات
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.
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.
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.
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.
udemy-downloader-gui هو تطبيق سطح مكتب مصمم لأرشفة مقاطع فيديو ومواد دورات Udemy على محرك أقراص محلي. غرضه الأساسي هو تمكين التعلم دون اتصال بالإنترنت وإنشاء نسخ احتياطية محلية للمحتوى للدورات التي تم شراؤها. تدعم الأداة التنزيل المجمع لدورات ودروس فيديو متعددة في وقت واحد. وتدير عملية الاسترجاع من خلال الحفاظ على هيكل المجلد والملف الأصلي لمحتوى الدورة وتوفر عناصر تحكم لاختيار جودة الفيديو وإدارة عمليات النقل النشطة. يتم التعامل مع الوصول إلى المحتوى من خلال مصادقة حساب المستخدم باستخدام رموز الأمان أو ملفات تعريف ارتباط المتصفح للتحقق من الاشتراكات.
Preserves the original course folder and file structure when saving materials locally.
llama-fs هو مدير أدلة ومنظم نظام ملفات مؤتمت يستخدم نماذج لغوية كبيرة لتصنيف وإعادة تسمية وفرز الملفات في أدلة مهيكلة. يعمل كخط أنابيب بيانات محلي يحلل محتوى الملف لتحديد تسلسلات هرمية مناسبة للمجلدات وأنماط التسمية. يؤكد المشروع على الخصوصية من خلال توجيه معالجة البيانات إلى مثيلات النماذج المحلية، مما يضمن بقاء معلومات الملفات الحساسة على الجهاز بدلاً من إرسالها إلى مزودي السحابة. يستخدم التحليل متعدد الوسائط لمعالجة الصور والصوت والنصوص، مما يسمح للنظام بتحديد وتصنيف أنواع وسائط متنوعة للتنظيم التلقائي. يتضمن النظام مراقبة لنظام الملفات في الوقت الفعلي لاكتشاف تغييرات الأدلة وتشغيل مهام التنظيف المؤتمتة. ويدعم المعالجة المجمعة لإعادة هيكلة أشجار الأدلة بالكامل في عملية واحدة، وتوليف الأدلة المتكرر لإنشاء تسلسلات هرمية للمجلدات المتداخلة تلقائياً.
Includes recursive directory managers to automatically synthesize nested folder hierarchies based on model suggestions.
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.
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.
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.