diffr (textproc/diffr) Updated: 1 week, 2 days ago Add to my watchlist

Yet another diff highlighting tool

Reviewing 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 GitHub
Maintainers herbygillot
Categories textproc
Homepage https://github.com/mookid/diffr
Platforms darwin
Variants
  • universal (Build for multiple architectures)

"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

Installations (30 days)

0

Requested Installations (30 days)

0