Gemini to HTML conversion tool and daemon
Go to file
Paper 78b0228f49 Support dark theme using prefers-color-scheme 2020-11-25 11:20:52 +01:00
pkg/gmitohtml Support dark theme using prefers-color-scheme 2020-11-25 11:20:52 +01: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
CHANGELOG Add option to allow local file access 2020-11-24 18:18:16 -08:00
CONFIGURATION.md Add option to allow local file access 2020-11-24 18:18:16 -08:00
LICENSE Initial commit 2020-11-21 08:53:04 -08:00
README.md Add download link to README 2020-11-24 09:39:55 -08:00
config.go Parse configuration file 2020-11-24 09:29:57 -08:00
go.mod Parse configuration file 2020-11-24 09:29:57 -08:00
go.sum Parse configuration file 2020-11-24 09:29:57 -08:00
goreleaser.yml Add download link to README 2020-11-24 09:39:55 -08:00
main.go Add option to allow local file access 2020-11-24 18:18:16 -08:00

README.md

gmitohtml

GoDoc CI status Donate

Gemini to HTML conversion tool and daemon

Download

Download gmitohtml

Compile

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.

Configure

See CONFIGURATION.md

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.