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

tig

Ncurses-based text user interface for Git

Tig is an ncurses text user interface for Git, primarily intended as a history browser. It can also stage hunks for commit, or colorize the output of the git command.

Installation

Install the latest version of tig as follows:

guix install tig

Or install a particular version:

guix install tig@2.5.12

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 tig about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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