Menu

Tree [2efd37] master diffdiffer-0.9.2 /
 History

HTTPS access


File Date Author Commit
 .gitignore 2010-11-23 Anton Butanaev Anton Butanaev [f4a775] README updated, make-dist added
 AUTHORS 2010-11-23 Anton Butanaev Anton Butanaev [2efd37] Added COPYING, etc
 COPYING 2010-11-23 Anton Butanaev Anton Butanaev [2efd37] Added COPYING, etc
 README 2010-11-23 Anton Butanaev Anton Butanaev [f4a775] README updated, make-dist added
 diffdiffer 2010-11-23 Anton Butanaev Anton Butanaev [2efd37] Added COPYING, etc
 make-dist 2010-11-23 Anton Butanaev Anton Butanaev [2efd37] Added COPYING, etc

Read Me

diffdiffer

Diff/patch file highlighter. diff or patch file shows difference in
files in whole lines. Sometimes those lines are very similar, only one
or two words changed. This script compares changed lines by characters
and highlights actual differences in them. It's very helpful in seeing
what actually changed in those long lines :)

To install, unpack archive and place diffdiffer script into directory
in PATH

Usage (file MUST be in unified format, -u diff's flag)

$ diff -u file1 file2 | diffdiffer

$ git diff | diffdiffer

$ cvs diff -u -D '1 year ago' -D '11 month ago' | diffdiffer

Accepts input in system default encoding (usually utf8), conversion
may be needed:

$ diff -u file1 file2 | iconv -f koi8-r | diffdiffer

To install python3 and tkinter on ubuntu, run:

$ sudo aptitude install python3-tk
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.