2 repositorios
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.
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.
icdiff is a command line text analyzer and side-by-side diff tool. It serves as a visual comparison utility that identifies modifications between two text files and renders them in a colored two-column layout within the terminal. The tool functions as a version control diff provider, allowing users to replace default difference engines with a side-by-side format. It utilizes ANSI color codes to highlight character-level changes, providing a visual method for terminal-based code review and text analysis. The system handles difference computation through line-based analysis and dynamic column
Identifies changed segments by comparing two text files line by line to generate a sequence of modifications.