Delta -- a syntax-highlighting pager for git

Hi, delta (GitHub - dandavison/delta: A syntax-highlighting pager for git, diff, and grep output) is a syntax-highlighting pager for Git, written in Rust and based on the Syntect syntax-highlighting library. In addition to language-specific syntax highlighting, it highlights regions of inserted/deleted text within modified lines, similar to Github/Gitlab. Here's a screenshot:

Installation

Executables: Linux | MacOS | All

Homebrew:

brew tap dandavison/delta https://github.com/dandavison/delta
brew install dandavison/delta/git-delta
...
brew upgrade git-delta
10 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.