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

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

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

2 مستودعات

Awesome GitHub RepositoriesVersion Diffing

Visualizing changes between different versions of a plugin before applying updates.

Distinct from Plugin Version Management: Specific to reviewing version changes of plugins, distinct from general version pinning or control.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Version Diffing. Refine with filters or upvote what's useful.

Awesome Version Diffing GitHub Repositories

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

    junegunn/vim-plug

    35,685عرض على GitHub↗

    vim-plug is a plugin manager for the Vim text editor that functions as a git-based dependency manager and configuration bootstrapper. It downloads and organizes external plugin packages from remote repositories to extend the editor's functionality. The project acts as a lazy-loading orchestrator to reduce editor startup time by deferring the loading of plugins until specific commands or file types are encountered. It enables version pinning by allowing plugins to be fetched using specific git branches, tags, or commit hashes. The manager provides a framework for plugin installation, lifecycl

    Displays a diff of changes between plugin versions before applying updates to verify modifications.

    Vim Scriptvim
    عرض على GitHub↗35,685
  • loro-dev/loroالصورة الرمزية لـ loro-dev

    loro-dev/loro

    5,374عرض على GitHub↗

    Loro is a conflict-free replicated data type (CRDT) framework and collaborative state engine designed for building real-time collaborative applications. It provides a distributed data synchronizer that enables multiple users to edit shared documents and complex nested structures—such as maps, lists, trees, and counters—with automatic state convergence without requiring a central server. The project distinguishes itself through a versioned document store that supports branching, forking, and merging via a directed acyclic graph of causal operation history. It enables advanced version control c

    Calculates the delta between two historical versions to identify exactly what changed in the document.

    Rustcollaborative-editingcrdtlocal-first
    عرض على GitHub↗5,374
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Version Management
  4. Version Diffing