Hacker News new | ask | show | jobs
by OJFord 3782 days ago

    > when a post on better diffs showed up on Hacker News
    > last week ... people below are asking why a bash script
    > (that depends on a perl script) is being recommended to
    > install via NPM? [cont. about using Homebrew]
This post is useful in general, but just to circle back on its motivation, for anyone wanting a non-npm (brew) install of the aforementioned diff tool (diff-so-fancy, not made by me) - I've a PR pending merge - Homebrew/homebrew#49040 [0].

In the mean time, you can tap it:

    % brew tap OJFord/formulae
    % brew install diff-so-fancy

[0](https://github.com/Homebrew/homebrew/pull/49040)