Home/Tools/delta
d
Install via:brewcargo
License:MIT
Open source

delta

About

A syntax-highlighting pager for git and diff output. Readable side-by-side diffs with code highlighting and word-level changes, right in your terminal.

Pricing

Free

delta is a git diff highlighter that makes code reviews in the terminal pleasant. It applies syntax highlighting to both sides of a diff and shows word-level changes inline.

Key Features

  • Syntax highlighting for diff content.
  • Word-level changes (--word-diff style).
  • Side-by-side layout option.
  • Line numbers and hunk headers.
  • Works with any git pager.
  • Theme support.

Pricing

delta is free and open source under the MIT license.

Getting Started

brew install git-delta
# in ~/.gitconfig:
[pager]
	diff = delta
	log = delta
[interactive]
	diffFilter = delta --color-only

Run git diff and enjoy the highlighted output.