git-ui
Read-only web git ui made in rust
Branches
| Name |
Last commit |
Author |
| main |
2026-05-27 19:40:37 UTC |
thatscringebro |
File Tree (HEAD)
| Name |
Size |
| .gitignore |
630 |
| Cargo.toml |
480 |
| DESCRIPTION |
34 |
| LICENSE |
34598 |
| README.md |
131 |
| favicon.ico |
4466 |
| src/main.rs |
12474 |
| templates/index.html |
680 |
| templates/repo_summary.html |
1112 |
History
● commit b24e03c597b7caad50555edad4027ecf3a468773 (HEAD -> main)
│ 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