webdiff displays side-by-side two-column diffs in the web browser.

It supports syntax highlighting, image diffs, eliding & expansion of common lines and multi-file diffs.

It integrates with git.

Install via:

  pip install webdiff

Then run via one of these:

  git webdiff

  git webdiff <arguments>

  webdiff <left_dir> <right_dir>

  webdiff https://github.com/owner/repo/pull/123

  webdiff #123

See https://github.com/danvk/webdiff/ for more information.
