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 e18a99b437 Migrate to code.rocketnine.space 2 years ago
pkg/gmitohtml Add hostname option 2 years ago
.gitignore Initial commit 3 years ago
.gitlab-ci.yml Initial commit 3 years ago
CHANGELOG Migrate to code.rocketnine.space 2 years ago
CONFIGURATION.md Support bookmarks 3 years ago
LICENSE Initial commit 3 years ago
README.md Migrate to code.rocketnine.space 2 years ago
config.go Migrate to code.rocketnine.space 2 years ago
go.mod Migrate to code.rocketnine.space 2 years ago
go.sum Add hostname option 2 years ago
goreleaser.yml Add download link to README 3 years ago
main.go Migrate to code.rocketnine.space 2 years ago

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.