awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • j3ssie/osmedeusAvatar von j3ssie

    j3ssie/Osmedeus

    6,425Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,425
  • jeffkaufman/icdiffAvatar von jeffkaufman

    jeffkaufman/icdiff

    4,369Auf GitHub ansehen↗

    icdiff ist ein Befehlszeilen-Textanalysator und Side-by-Side-Diff-Tool. Es dient als visuelles Vergleichs-Dienstprogramm, das Änderungen zwischen zwei Textdateien identifiziert und sie in einem farbigen zweispaltigen Layout im Terminal darstellt. Das Tool fungiert als Diff-Provider für die Versionskontrolle und ermöglicht es Benutzern, Standard-Diff-Engines durch ein Side-by-Side-Format zu ersetzen. Es verwendet ANSI-Farbcodes, um Änderungen auf Zeichenebene hervorzuheben, und bietet eine visuelle Methode für terminalbasierte Code-Reviews und Textanalysen. Das System handhabt die Differenzberechnung durch zeilenbasierte Analyse und dynamische Spaltenbreitenberechnung. Es unterstützt die Verarbeitung von Standard-Eingabeströmen, was die Integration in Shell-Utility-Workflows und Pipes ermöglicht.

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

    Python
    Auf GitHub ansehen↗4,369
  1. Home
  2. Development Tools & Productivity
  3. File Difference Renderers
  4. Line Difference Extractors

Unter-Tags erkunden

  • 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.