Skip to content

pompydev/gits

Repository files navigation

gits

git stats as TUI

Screenshots

will be added once design stops changing rapidly

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
];

Nixpkgs

Coming Soon

Cargo

Coming Soon

AUR

Coming Soon

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 is a mirror but issues and PRs are welcomed]

Resources

License

Stars

Watchers

Forks

Contributors