git stats as TUI
- does not depend on system git installation (powered by gitoxide)
- Inspired by https://news.ycombinator.com/item?id=47687273
will be added once design stops changing rapidly
You may install gits using the following methods:
to try it without installing:
nix run git+https://git.pompy.dev/pomp/gits.gitto 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
];Coming Soon
Coming Soon
Coming Soon
The gits source code of this project is provided under the following license: GPL-3.0-or-later