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

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

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

9 مستودعات

Awesome GitHub RepositoriesCodebase File Manipulation

Tools and patterns for programmatic creation, editing, and refactoring of files within a software project.

Distinct from File Manipulation: Candidates focus on uploads or storage; this specifically targets implementation-level file refactoring and editing.

Explore 9 awesome GitHub repositories matching software engineering & architecture · Codebase File Manipulation. Refine with filters or upvote what's useful.

Awesome Codebase File Manipulation GitHub Repositories

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

    rstacruz/cheatsheets

    14,429عرض على GitHub↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    Offers guidance on creating, reading, and refactoring files within a codebase to implement features.

    SCSS
    عرض على GitHub↗14,429
  • jackzhenguo/python-small-examplesالصورة الرمزية لـ jackzhenguo

    jackzhenguo/python-small-examples

    8,132عرض على GitHub↗

    This project is a comprehensive library of practical Python code examples and patterns. It provides a collection of scripts and snippets designed to demonstrate a wide range of programming tasks, from basic syntax to advanced implementation patterns. The repository focuses on several core domains, including the implementation of concurrency and multithreading examples, data analysis snippets for cleaning and manipulating tabular data, and various data visualization examples. It also covers automation scripts for file system management and a variety of general programming patterns. Additional

    Provides programmatic tools for bulk file renaming, extension modification, and directory traversal.

    Pythondata-sciencemachine-learningpython
    عرض على GitHub↗8,132
  • jsdelivr/jsdelivrالصورة الرمزية لـ jsdelivr

    jsdelivr/jsdelivr

    6,281عرض على GitHub↗

    A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESM

    Combines multiple requested files into a single response to reduce HTTP round trips.

    JavaScript
    عرض على GitHub↗6,281
  • crytic/slitherالصورة الرمزية لـ crytic

    crytic/slither

    6,141عرض على GitHub↗

    Combines all imported source files into a single Solidity file for easier review or deployment.

    Pythonethereumsoliditystatic-analysis
    عرض على GitHub↗6,141
  • veltman/clmysteryالصورة الرمزية لـ veltman

    veltman/clmystery

    6,045عرض على GitHub↗

    The Command Line Mystery (clmystery) is an interactive terminal-based game that transforms the command line into a detective investigation engine. The entire murder mystery narrative is encoded within the file system's directory structure and plain text files, making standard shell commands the primary gameplay mechanic. Players navigate folders, inspect evidence files, and verify suspect answers through hash-based validation, with no graphical user interface involved. The project teaches core command-line skills through a structured investigation workflow. Players practice directory navigati

    Teaches concatenating multiple files into a single stream to merge evidence files.

    عرض على GitHub↗6,045
  • mybatis/generatorالصورة الرمزية لـ mybatis

    mybatis/generator

    5,317عرض على GitHub↗

    MyBatis Generator هي أداة تفحص جداول قاعدة البيانات لإنتاج كائنات النموذج، وواجهات mapper، وملفات تكوين SQL تلقائياً. تعمل كأداة تعيين مخطط قاعدة البيانات ومولد عمليات CRUD، حيث تترجم أعمدة قاعدة البيانات العلائقية إلى فئات وسجلات خاصة باللغة. المشروع عبارة عن مولد كود قابل للتوسيع يسمح بتخصيص ملفات المخرجات من خلال آلية إضافات. يتيح إطار العمل هذا إضافة منطق عمل محدد أو تعديل عملية التوليد لإنتاج ملفات مخرجات مصممة خصيصاً. يغطي المولد مجموعة واسعة من القدرات، بما في ذلك تنفيذ الاستعلامات الديناميكية، وإنشاء نماذج غير قابلة للتغيير، وأتمتة عمليات الإنشاء والقراءة والتحديث والحذف القياسية. يدعم تعيين مخطط قاعدة البيانات مع مفاتيح أساسية افتراضية ويمكنه إنشاء كود للغات متعددة، بما في ذلك Kotlin. يمكن تنفيذ عملية التوليد عبر أدوات سطر الأوامر، أو استدعاءات الوظائف المباشرة، أو كإضافة أداة بناء مدمجة في خطوط أنابيب التكامل المستمر.

    Combines new generated source code into existing files while preserving specific structures.

    Javacode-generatorjava-8kotlin
    عرض على GitHub↗5,317
  • silentvoid13/templaterالصورة الرمزية لـ SilentVoid13

    SilentVoid13/Templater

    4,590عرض على GitHub↗

    Templater is an Obsidian template engine and JavaScript automation plugin that functions as a dynamic content generator and workflow orchestrator. It enables the automation of document creation and note-taking tasks through the use of dynamic placeholders and embedded logic. The project distinguishes itself by executing custom JavaScript and shell commands to manipulate files and insert data. It allows for interactive note generation via modal prompts for user input and the import of external JavaScript modules to provide reusable logic outside of template files. Its capabilities include pro

    Provides programmatic capabilities to create, rename, move, and modify file properties within the Obsidian vault.

    TypeScriptobsidian-mdobsidian-plugin
    عرض على GitHub↗4,590
  • fnc12/sqlite_ormالصورة الرمزية لـ fnc12

    fnc12/sqlite_orm

    2,670عرض على GitHub↗

    هذا المشروع عبارة عن مكتبة C++ ذات رأس فقط (header-only) توفر طبقة تعيين كائنية علائقية (ORM) لقواعد بيانات SQLite. تتيح للمطورين تعيين هياكل الفئات الأصلية مباشرة إلى جداول قاعدة البيانات، مما يسهل استمرارية البيانات واسترجاعها بشكل آمن من حيث النوع دون الحاجة إلى سلاسل استعلام خام. تتميز المكتبة باستخدام البرمجة الوصفية القائمة على القوالب (template-based metaprogramming)، والتي تسمح بتعيين المخطط وبناء الاستعلام في وقت التجميع. من خلال استخدام واجهة سلسة، تترجم استدعاءات الأساليب إلى عبارات قاعدة بيانات محسنة، بينما يقلل دعمها للتخزين المؤقت للعبارات المعدة (prepared statement caching) من عبء التحليل للعمليات المتكررة. يتضمن النظام أيضاً مزامنة آلية للمخطط لضمان بقاء هياكل قاعدة البيانات متسقة مع تعريفات كائن التطبيق. بعيداً عن التعيين الأساسي، توفر المكتبة مجموعة شاملة من قدرات إدارة قاعدة البيانات، بما في ذلك دعم الربط العلائقي، وحسابات البيانات الإجمالية، وإدارة المعاملات الذرية. تستوعب كلاً من التخزين المستمر وتكوينات قاعدة البيانات المتطايرة في الذاكرة. يتم توفير أداة سطر أوامر أيضاً للمساعدة في توزيع المشروع عن طريق دمج ملفات المصدر والرأس في مخرجات موحدة.

    Includes a utility to merge source and header files into a single consolidated output for easier distribution.

    C++cpluspluscplusplus-14cpp
    عرض على GitHub↗2,670
  • anthropics/claude-agent-sdk-typescriptالصورة الرمزية لـ anthropics

    anthropics/claude-agent-sdk-typescript

    819عرض على GitHub↗

    This project is a TypeScript software development kit designed for building and orchestrating autonomous agents that interact with codebases and system environments. It provides a programmatic interface for constructing agents capable of executing complex workflows, such as automated code refactoring, file system manipulation, and shell command execution, by leveraging large language models. The framework distinguishes itself through a focus on secure, governed agent operations. It includes granular access control systems that allow developers to define specific permissions for tools and exte

    Enables programmatic reading, writing, and modification of source code files to perform automated refactoring within a codebase.

    عرض على GitHub↗819
  1. Home
  2. Software Engineering & Architecture
  3. Codebase File Manipulation

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

  • File System AutomationProgrammatic tools for creating, moving, and renaming files and directories within a local vault. **Distinct from Codebase File Manipulation:** Distinct from Codebase File Manipulation: applies to general note-taking vaults and document management rather than source code refactoring.
  • Source File Merging1 وسم فرعيCombining multiple imported source files into a single file for simplified review or deployment. **Distinct from Codebase File Manipulation:** Distinct from Codebase File Manipulation: specifically merges imported files into one, not general file editing or refactoring.