mirror of
https://code.rocketnine.space/tslocum/gmitohtml.git
synced 2024-11-14 23:36:43 +01:00
1.1 KiB
1.1 KiB
gmitohtml
Gemini to HTML conversion tool and daemon
Download
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
.
Usage
Convert a single document:
gmitohtml < document.gmi
Run as daemon at http://localhost:8080
:
# Start the daemon:
gmitohtml --daemon=localhost:8080
# Access via browser:
xdg-open http://localhost:8080/gemini/twins.rocketnine.space/
Support
Please share issues and suggestions here.