2 个仓库
External tools that act as the primary difference engine for version control systems.
Distinct from Version Control Provider Integrations: Distinct from provider integrations (APIs) or workflows; it provides the actual diffing logic/view.
Explore 2 awesome GitHub repositories matching development tools & productivity · Version Control Diff Providers. Refine with filters or upvote what's useful.
icdiff 是一个命令行文本分析器和并排差异对比工具。它作为一种可视化比较工具,识别两个文本文件之间的修改,并在终端内以彩色双列布局呈现。 该工具充当版本控制差异提供程序,允许用户用并排格式替换默认的差异引擎。它利用 ANSI 颜色代码高亮显示字符级变更,为基于终端的代码审查和文本分析提供了一种可视化方法。 该系统通过基于行的分析和动态列宽计算来处理差异计算。它支持标准输入流处理,能够与 Shell 工具工作流和管道集成。
Acts as a replacement for default difference engines to render file changes in a side-by-side format for VCS workflows.
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
Cycles through changed blocks in source files and displays detailed diff summaries directly inside the editor.