git-preview @ main

static git web frontend but with images and html previews + code truncation

routes: sort repo index by last idle
Sun, 18 Dec 2022
1 files changed, 11 insertions(+), 1 deletions(-)
M routes/routes.go

@@ -6,6 +6,8 @@ "log"

"net/http" "os" "path/filepath" + "sort" + "time" "github.com/alexedwards/flow" "github.com/dustin/go-humanize"

@@ -25,7 +27,10 @@ log.Printf("reading scan path: %s", err)

return }

… preview truncated