git-ui

Read-only web git ui made in rust


Branches

Name Last commit Author
main 2026-07-07 00:22:02 UTC thatscringebro

File Tree (HEAD)

Name Size
.gitignore 630
Cargo.toml 503
DESCRIPTION 34
LICENSE 34598
README.md 131
src/appstate.rs 12785
src/config.rs 927
src/main.rs 4568
src/repo.rs 581
src/template.rs 892
templates/index.html 680
templates/not_found.html 192
templates/repo_summary.html 1112

History

commit 636a45d421ab91410ebf0d3fe932be23600470e1 (HEAD -> main)
Author: thatscringebro <thatscringebro@tutanota.com>

not found fallback

commit b0fb2bf00e6bed9e9304d400590fe862a29093ff
Author: thatscringebro <thatscringebro@tutanota.com>

pas tout dans main.rs

commit 3ce5bdd22a60a97fa4177e070016f13fcc6c6ffe
Author: thatscringebro <thatscringebro@tutanota.com>

quick fix repo names

commit 9460bcf968b1bc9679b04af80763f32f4d2f023b
Author: thatscringebro <thatscringebro@tutanota.com>

Parallelism for better performance

commit 4b0dd56c961f492d66a5a85994e607b98db52550
Author: thatscringebro <thatscringebro@tutanota.com>

favicon path in config

commit 1cae8f6abe1eac3a4c48c98b0d666c3bd43ab140
Author: thatscringebro <thatscringebro@tutanota.com>

load plus rapide

commit 84ee97ef11653ad8380437e5b4f96ced34fb7a8c
Author: thatscringebro <thatscringebro@tutanota.com>

favicon + error 404

commit b24e03c597b7caad50555edad4027ecf3a468773
Author: thatscringebro <thatscringebro@tutanota.com>

added private repos

commit 683939039f80cec44bf3312a1ddc8864d834bb85
Author: thatscringebro <thatscringebro@tutanota.com>

config

commit 8e8ef276e1b093f9a54406211c8115ea633822e4
Author: thatscringebro <thatscringebro@tutanota.com>

ajustements for repo with objects - not files

commit ecc95955ed951e16f812a1ba1e09276783736c92
Author: thatscringebro <thatscringebro@tutanota.com>

git graph

commit b44ebee6cf9819d6dc8028b97681f3d1b919ffe1
Author: thatscringebro <thatscringebro@tutanota.com>

most of the repo summary

commit 89a8237bfea9d226ebc92b7a1a195b9c29e330fd
Author: thatscringebro <thatscringebro@tutanota.com>

logique de base

commit 990c10c75f86244b0c2d39994b9416298e52009e
Author: thatscringebro <thatscringebro@tutanota.com>

hello world

commit 26d57f742d111d1076da1a017dc5b535972e1f70
Author: thatscringebro <merlinge@tutanota.com>

Initial commit


Contents of README.md

git-ui

Read-only git web ui written in rust.

Heavily inspired by web-git-sum by mitxela