lazygit

lazygit 0.65.1

Simple terminal UI for git commands

https://github.com/jesseduffield/lazygit
MIT License
main program: lazygitprograms: lazygit
Platforms (30)
loongarch64-linuxarmv7a-linuxpowerpc64le-linuxmips64-linuxriscv64-linuxwasm64-wasip1mipsel-linuxx86_64-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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