Go to file
Trevor Slocum 260018cc9d Initial commit 2020-11-21 08:53:04 -08:00
pkg/gmitohtml Initial commit 2020-11-21 08:53:04 -08:00
.gitignore Initial commit 2020-11-21 08:53:04 -08:00
.gitlab-ci.yml Initial commit 2020-11-21 08:53:04 -08:00
LICENSE Initial commit 2020-11-21 08:53:04 -08:00
README.md Initial commit 2020-11-21 08:53:04 -08:00
go.mod Initial commit 2020-11-21 08:53:04 -08:00
main.go Initial commit 2020-11-21 08:53:04 -08:00

README.md

gmitohtml

CI status Donate

Gemini to HTML conversion tool and daemon

Download

gmitohtml is written in Go. Run the following command to download and build gmitohtml from source.

go get gitlab.com/tslocum/gmitohtml

The resulting binary is available as ~/go/bin/gmitohtml.

Usage

Convert a single document:

gmitohtml < document.gmi

Run as daemon at http://localhost:8080:

# Start the daemon:
gmitohtml --daemon=localhost:8080
# Access via browser:
xdg-open http://localhost:8080/gemini/twins.rocketnine.space/

Support

Please share issues and suggestions here.