diffr (textproc/diffr) Updated: 1 week, 2 days ago Add to my watchlist
Yet another diff highlighting toolReviewing changes involves reading diffs. Sometimes, a line-oriented presentation of changes is not precise enough, especially when changes involve long lines or very similar consecutive lines. This program processes such diffs, and outputs them (in the console) with additional diff information on top of the unified diff format, using text attributes. It works hunk by hunk, recomputing the diff on a word-by-word basis.
Version: 0.1.5 License: MIT GitHubMaintainers | herbygillot |
Categories | textproc |
Homepage | https://github.com/mookid/diffr |
Platforms | darwin |
Variants |
|
"diffr" depends on
lib (1)
run (1)
build (4)
Ports that depend on "diffr"
No ports
Port notes
Add the following to your ~/.gitconfig:
[core]
pager = diffr | less -R
[interactive]
diffFilter = diffr
Alternatively, you can run from the command line:
git config --global core.pager 'diffr | less -R'
git config --global interactive.difffilter diffr
Port Health:
Loading Port Health