a terminal git stats plotter, to show contributions over time
Find a file
2024-02-09 19:51:55 +01:00
src fix: max total and max author 2024-02-09 19:51:45 +01:00
.editorconfig chore: env 2023-11-21 03:17:02 +01:00
.gitignore chore: env 2023-11-21 03:17:02 +01:00
.rustfmt.toml chore: env 2023-11-21 03:17:02 +01:00
Cargo.toml feat: limit authors in tui, better basic view 2024-02-09 18:52:29 +01:00
README.md docs: added README.md 2024-02-09 19:51:55 +01:00

gitts

git tui stats is a terminal application to display git project informations

the simplest gitts view, shoutout to mumble-web

about this

gitts displays statistics about contributors of your git repository in your terminal

this is inspired by github's Insights>Contributors view, which is a cool way to gaze at the current state of a project

gitts aims to give such informations directly in the cli, in different forms

installation

just

 $ CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install --git https://git.alemi.dev/gitts.git

by default it gets bundled both ratatui (tui library) and egui (gui library) to provide both views

it's possible to pick just one (or neither) of them with --no-default-features --features=tui,gui

screenshot

tui screenshot, shoutout to zola