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

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

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

2 مستودعات

Awesome GitHub RepositoriesLine Difference Extractors

Compares two files and extracts lines present only in the second file.

Distinct from File Difference Renderers: Distinct from File Difference Renderers: focuses on extracting differing lines programmatically, not on visual rendering of diffs.

Explore 2 awesome GitHub repositories matching development tools & productivity · Line Difference Extractors. Refine with filters or upvote what's useful.

Awesome Line Difference Extractors GitHub Repositories

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

    j3ssie/Osmedeus

    6,425عرض على GitHub↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Provides utility functions for comparing files and extracting differing lines.

    Go
    عرض على GitHub↗6,425
  • jeffkaufman/icdiffالصورة الرمزية لـ jeffkaufman

    jeffkaufman/icdiff

    4,369عرض على GitHub↗

    icdiff هو أداة لتحليل النصوص عبر سطر الأوامر وأداة للمقارنة جنباً إلى جنب (side-by-side diff). يعمل كأداة مقارنة مرئية تحدد التعديلات بين ملفي نص وتعرضها في تخطيط عمودي ملون داخل الطرفية. تعمل الأداة كمزود للمقارنة في أنظمة التحكم في الإصدار، مما يسمح للمستخدمين باستبدال محركات المقارنة الافتراضية بتنسيق جنباً إلى جنب. وتستخدم رموز ألوان ANSI لتمييز التغييرات على مستوى الحروف، مما يوفر طريقة مرئية لمراجعة الكود وتحليل النصوص عبر الطرفية. يتعامل النظام مع حساب الفروقات من خلال التحليل القائم على الأسطر وحساب عرض العمود الديناميكي. ويدعم معالجة تدفق الإدخال القياسي، مما يتيح التكامل مع سير عمل أدوات الصدفة (shell) والأنابيب (pipes).

    Identifies changed segments by comparing two text files line by line to generate a sequence of modifications.

    Python
    عرض على GitHub↗4,369
  1. Home
  2. Development Tools & Productivity
  3. File Difference Renderers
  4. Line Difference Extractors

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

  • Line-Based Differencing AlgorithmsAlgorithms that identify modifications by comparing text files on a per-line basis. **Distinct from Line Difference Extractors:** Focuses on the computation of differences rather than just extracting the resulting differing lines.