Gemini to HTML conversion tool and daemon
Go to file
Trevor Slocum 9cf58a9982 Fix link parsing 2020-11-23 21:47:50 -08:00
pkg/gmitohtml Fix link parsing 2020-11-23 21:47:50 -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 Add LastRequestTime 2020-11-23 18:09:27 -08:00
go.mod Initial commit 2020-11-21 08:53:04 -08:00
go.sum Add Normalize.css 2020-11-21 21:07:20 -08:00
main.go Add Normalize.css 2020-11-21 21:07:20 -08:00

README.md

gmitohtml

GoDoc 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

Run daemon at http://localhost:1967:

gmitohtml --daemon=localhost:1967

Convert a single document:

gmitohtml < document.gmi

Support

Please share issues and suggestions here.