mirror of
https://code.rocketnine.space/tslocum/gmitohtml.git
synced 2024-11-14 18:36:44 +01:00
No description
pkg/gmitohtml | ||
.gitignore | ||
.gitlab-ci.yml | ||
CHANGELOG | ||
config.go | ||
CONFIGURATION.md | ||
go.mod | ||
go.sum | ||
goreleaser.yml | ||
LICENSE | ||
main.go | ||
README.md |
gmitohtml
Gemini to HTML conversion tool and daemon
Download
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.