tig

tig 2.6.1

Text-mode interface for git

https://jonas.github.io/tig/
GNU General Public License v2.0 or later
main program: tigprograms: tig
Platforms (45)
x86_64-netbsdm68k-linuxriscv64-linuxmicroblaze-linuxarmv7l-linuxs390-linuxriscv64-netbsdx86_64-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  tig
];
Ad-hoc shell
nix-shell -p tig
Flake (nix run)
nix run nixpkgs#tig