Skip to content

pompydev/gits

Repository files navigation

gits

git stats as TUI

Screenshots

screenshot of gits

Installation

You may install gits using the following methods:

Nix flake

to try it without installing:

nix run git+https://git.pompy.dev/pomp/gits.git

to install it as a package:

# in your flake.nix
inputs = {
  gits = {
    url = "git+https://git.pompy.dev/pomp/gits.git";
    inputs.nixpkgs.follows = "nixpkgs";
  };
};

# in your configuration.nix
environment.systemPackages = [
  inputs.gits.packages.${pkgs.pkgs.stdenv.hostPlatform.system}.default
];

Cargo

cargo install --git https://git.pompy.dev/pomp/gits.git

AUR

paru -S gits
# or
yay -S gits

License

The gits source code of this project is provided under the following license: GPL-3.0-or-later

About

git stats as TUI [this repo is a mirror but issues and PRs are welcomed]

Resources

License

Stars

Watchers

Forks

Contributors