lazygit
lazygit 0.65.1
Simple terminal UI for git commands
https://github.com/jesseduffield/lazygitMIT License
main program: lazygitprograms: lazygit
Maintainers
Platforms (30)
loongarch64-linuxarmv7a-linuxpowerpc64le-linuxmips64-linuxriscv64-linuxwasm64-wasip1mipsel-linuxx86_64-freebsd
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