Gemini to HTML conversion tool and daemon
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Trevor Slocum a23ad13fd8 Fix connection issue affecting some sites 2 years ago
pkg/gmitohtml Fix connection issue affecting some sites 2 years ago
.gitignore Initial commit 3 years ago
CHANGELOG Fix connection issue affecting some sites 2 years ago
CONFIGURATION.md Support bookmarks 3 years ago
LICENSE Initial commit 3 years ago
README.md Update README 2 years ago
go.mod Document ConvertImages option 2 years ago
go.sum Document ConvertImages option 2 years ago
goreleaser.yml Add download link to README 3 years ago
main.go Document ConvertImages option 2 years ago

README.md

gmitohtml

GoDoc Donate

Gemini to HTML conversion tool and daemon

Download

PC

Download gmitohtml

Android

See 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.