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

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

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

3 مستودعات

Awesome GitHub RepositoriesRevision Diff Display

Compares the current buffer against the index or any specified revision, with optional intra-line word diff highlighting.

Distinct from Diff: Distinct from Diff: focuses on comparing against specific Git revisions with word-level highlighting, not general file comparison.

Explore 3 awesome GitHub repositories matching part of an awesome list · Revision Diff Display. Refine with filters or upvote what's useful.

Awesome Revision Diff Display GitHub Repositories

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

    magit/magit

    7,138عرض على GitHub↗

    Magit is a complete Git interface that runs inside Emacs, providing a full-featured porcelain for version control operations without leaving the editor. It renders repository state as structured, collapsible sections within Emacs buffers, and manages Git command execution through a transactional process model with automatic buffer refresh and error handling. The interface exposes all configuration through Emacs' standard customization system and uses a transient command framework for context-sensitive menu-driven Git operations. What distinguishes Magit is its granular control over every stag

    Compares the current buffer against the index or any specified revision with word-level highlighting.

    Emacs Lisp
    عرض على GitHub↗7,138
  • lewis6991/gitsigns.nvimالصورة الرمزية لـ lewis6991

    lewis6991/gitsigns.nvim

    6,575عرض على GitHub↗

    Gitsigns.nvim is a Neovim plugin that integrates Git diff visualization, blame annotations, and hunk-based staging directly into the editor buffer. It renders add, modify, and delete indicators in the sign column for tracked files, and provides inline or popup blame annotations showing commit authorship and date for each line. The plugin operates on individual diff hunks as atomic units for staging, reverting, and navigation, all executed asynchronously via Neovim's job control API to avoid blocking the UI. The plugin distinguishes itself by enabling hunk-level staging and resetting directly

    Compares the current buffer against any Git revision or index with optional intra-line word highlighting.

    Luagitluaneovim
    عرض على GitHub↗6,575
  • komodorio/helm-dashboardالصورة الرمزية لـ komodorio

    komodorio/helm-dashboard

    5,625عرض على GitHub↗

    Helm Dashboard is a web-based interface for managing and monitoring Helm releases in Kubernetes clusters. It provides a graphical alternative to the command line for viewing deployed releases, inspecting installed charts, and performing the full lifecycle of Helm operations including installation, upgrades, rollbacks, and uninstalls. The dashboard enables users to browse releases with filtering by namespace or name, view revision history and deployment details, and compare manifest or values differences between revisions before applying changes. It supports deploying charts from repositories,

    Shows a manifest diff between past revisions so users can see exactly what changed before acting.

    TypeScriptguihelmhelm-plugin
    عرض على GitHub↗5,625
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Diff
  5. Revision Diff Display

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

  • Helm Chart Revision DiffsShows manifest diffs between past Helm chart revisions to highlight configuration changes before applying them. **Distinct from Revision Diff Display:** Distinct from Revision Diff Display: focuses on Helm chart manifest diffs rather than general file or buffer diffs.