Gemini to HTML conversion tool and daemon
Go to file
tslocum 8e8eef57e2 Merge pull request 'Convert images to images instead of links' (#5) from f/gmitohtml:image-output into master
Reviewed-on: https://code.rocketnine.space/tslocum/gmitohtml/pulls/5
2021-07-09 20:03:19 -07:00
pkg/gmitohtml Move config to gmitohtml namespace 2021-07-09 23:19:30 +02: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 Migrate to code.rocketnine.space 2021-04-07 20:52:05 -07:00
CONFIGURATION.md Support bookmarks 2020-11-26 20:52:17 -08:00
LICENSE Initial commit 2020-11-21 08:53:04 -08:00
README.md Migrate to code.rocketnine.space 2021-04-07 20:52:05 -07:00
go.mod Migrate to code.rocketnine.space 2021-04-07 20:52:05 -07:00
go.sum Add hostname option 2021-01-05 19:00:14 -08:00
goreleaser.yml Add download link to README 2020-11-24 09:39:55 -08:00
main.go Convert images to images instead of links 2021-06-09 01:19:26 +02:00

README.md

gmitohtml

GoDoc Donate

Gemini to HTML conversion tool and daemon

Download

Download gmitohtml

gmitohtml is available on Android as Xenia.

Compile

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

go get code.rocketnine.space/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.