shroomgit

static git repos page gen
Log | Files | Refs | README

commit 1bfb6cef659c9d3d86373df7e5d6f4e9da4581ac
parent 059e266936ebd5c5bba709b72bb38efad829d6e9
Author: David Voznyarskiy <davidv@no-reply@disroot.org>
Date:   Fri, 20 Mar 2026 23:13:38 -0700

added readme.md

Signed-off-by: David Voznyarskiy <davidv@no-reply@disroot.org>

Diffstat:
AREADME.md | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,19 @@ +## Shroomgit +A program to quickly generate a static page of your git repos. +Inspired by [stagit](https://codemadness.org/stagit.html) + +## Build +```sh +git clone https://git.disroot.org/davidv/shroomgit.git +cd shroomgit +make +``` +The binaries will be within the `bin/` directory + +## Usage +### shindex +``` +shindex repo1 repo2 > index.html +``` +### shgit +not yet created