You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
pkg/gmitohtml | 2 years ago | |
.gitignore | 2 years ago | |
.gitlab-ci.yml | 2 years ago | |
CHANGELOG | 2 years ago | |
CONFIGURATION.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
config.go | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
goreleaser.yml | 2 years ago | |
main.go | 2 years ago |
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.