Divide-By-0 / homebrew-simplewdiff

Compare files with word-by-word diffs, and omit unchanged lines. Thin wrapper atop wdiff, grep, and colordiff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simplewdiff

Compare files with word-by-word diffs, and omit unchanged lines. Thin wrapper atop wdiff, grep, and colordiff. The difference between this and wdiff is that this tool has more sensible defaults. wdiff does not color by default, we do; wdiff does not omit unchanged lines by defaut, we do.

Install

brew tap Divide-By-0/simplewdiff
brew install simplewdiff

Usage

simplewdiff /path/to/file1 /path/to/file2

About

Compare files with word-by-word diffs, and omit unchanged lines. Thin wrapper atop wdiff, grep, and colordiff.

License:MIT License


Languages

Language:Ruby 67.0%Language:Shell 33.0%