1
0
Fork 0
mirror of https://code.rocketnine.space/tslocum/gmitohtml.git synced 2025-04-29 11:40:43 +02:00
No description
Find a file
2025-04-08 22:39:57 -07:00
pkg/gmitohtml Fix connection issue affecting some sites 2021-07-10 11:30:00 -07:00
.gitignore Initial commit 2020-11-21 08:53:04 -08:00
CHANGELOG Migrate to codeberg.org 2025-04-08 22:39:57 -07:00
CONFIGURATION.md Support bookmarks 2020-11-26 20:52:17 -08:00
go.mod Migrate to codeberg.org 2025-04-08 22:39:57 -07:00
go.sum Migrate to codeberg.org 2025-04-08 22:39:57 -07:00
goreleaser.yml Migrate to codeberg.org 2025-04-08 22:39:57 -07:00
LICENSE Migrate to codeberg.org 2025-04-08 22:39:57 -07:00
main.go Migrate to codeberg.org 2025-04-08 22:39:57 -07:00
README.md Migrate to codeberg.org 2025-04-08 22:39:57 -07:00

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 install codeberg.org/tslocum/gmitohtml@latest

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.