diffdiffer: patch files analyzer Code
Status: Beta
Brought to you by:
abutanaev
File | Date | Author | Commit |
---|---|---|---|
.gitignore | 2010-11-23 |
![]() |
[f4a775] README updated, make-dist added |
AUTHORS | 2010-11-23 |
![]() |
[2efd37] Added COPYING, etc |
COPYING | 2010-11-23 |
![]() |
[2efd37] Added COPYING, etc |
README | 2010-11-23 |
![]() |
[f4a775] README updated, make-dist added |
diffdiffer | 2010-11-23 |
![]() |
[2efd37] Added COPYING, etc |
make-dist | 2010-11-23 |
![]() |
[2efd37] Added COPYING, etc |
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