This package browser is in early development. Mind the rough edges.

git-delta

Syntax-highlighting pager for git

This package provides a syntax-highlighting pager for git. It uses bat for syntax highlighting and provides many features such as advanced keybindings, word-level diff highlighting, syntax highlighting for grep and a stylized box presentation.

Installation

Install the latest version of git-delta as follows:

guix install git-delta

Or install a particular version:

guix install git-delta@0.18.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of git-delta about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/git-delta'><img src='https://packages.guix.gnu.org/packages/git-delta/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/git-delta/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/git-delta)

Example Org:

[[https://packages.guix.gnu.org/packages/git-delta][https://packages.guix.gnu.org/packages/git-delta/badges/latest-version.svg]]