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

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

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

3 مستودعات

Awesome GitHub RepositoriesDiff Visualizations

Visual representations of code changes, including additions, modifications, and deletions based on version control history.

Distinct from Version Control Integrations: Focuses on the visual rendering of diffs and change markers, rather than general API or workflow integrations with VCS.

Explore 3 awesome GitHub repositories matching development tools & productivity · Diff Visualizations. Refine with filters or upvote what's useful.

Awesome Diff Visualizations GitHub Repositories

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

    sbarex/SourceCodeSyntaxHighlight

    4,145عرض على GitHub↗

    SourceCodeSyntaxHighlight هو محرك لتمييز بناء الجملة ومصور للتحكم في الإصدار. يعمل كمميز لبناء جملة الكود المصدري يطبق أنظمة الألوان والتنسيق على لغات البرمجة للعرض البصري، وكأداة لتمييز تغييرات الكود والفروق (diffs) بالنسبة لالتزامات التحكم في الإصدار. تم تنفيذ المشروع كامتداد macOS Quick Look يوفر معاينات مميزة لبناء جملة ملفات الكود المصدري داخل Finder. كما يتضمن عميل بروتوكول خادم اللغة (LSP) لتوفير رموز دلالية ومعلومات عند التحويم أثناء معاينات الكود، وأداة واجهة سطر أوامر لمعالجة ملفات المصدر في دفعات إلى مخرجات مميزة. تغطي القدرات الإضافية تصور تغييرات التحكم في الإصدار عن طريق تمييز الأسطر المضافة أو المعدلة أو المحذوفة. يدعم النظام المعالجة المسبقة لملفات المصدر عبر نصوص برمجية مخصصة، وتخصيص المظهر البصري للألوان والخطوط، واستخدام مكتبات تمييز خارجية للرندرة.

    Provides visual markers for added, edited, or removed lines relative to version control commit history.

    C++
    عرض على GitHub↗4,145
  • jisaacks/gitgutterالصورة الرمزية لـ jisaacks

    jisaacks/GitGutter

    3,879عرض على GitHub↗

    GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary to provide real-time tracking of modified and untracked files, visualizing version control status directly within the editor gutter to mark inserted, modified, or deleted lines. The tool enables navigation between modified code hunks and the inspection of commit metadata via hover popups. It allows users to define specific branches, tags, or commits as reference points for calculating changes and provides the ability to revert modified hunks or copy original committed text to t

    Provides inline diff visualization using gutter markers and popups to identify code changes.

    Python
    عرض على GitHub↗3,879
  • emacsorphanage/git-gutterالصورة الرمزية لـ emacsorphanage

    emacsorphanage/git-gutter

    882عرض على GitHub↗

    Git Gutter is an Emacs editor extension that displays version control change indicators in the margin and supports incremental staging of diff hunks. It tracks file modifications and differences across multiple backends including Git, Mercurial, Subversion, and Bazaar, providing real-time visual feedback directly within the editing environment. The extension renders custom visual glyphs to highlight added, modified, and deleted lines relative to a repository revision. It includes capabilities for cycling through changed blocks, viewing detailed diff summaries, and interactively staging indivi

    Renders visual indicators in the editor gutter to show added, modified, and deleted lines relative to a repository revision.

    Emacs Lisp
    عرض على GitHub↗882
  1. Home
  2. Development Tools & Productivity
  3. Version Control Integrations
  4. Diff Visualizations