~adnano/gmnitohtml

Gemini text to HTML converter
Update README.md
Update dependencies
Makefile: fix install

clone

read-only
https://git.sr.ht/~adnano/gmnitohtml
read/write
git@git.sr.ht:~adnano/gmnitohtml

You can also use your local clone with git send-email.

#gmnitohtml

Gemini text to HTML converter.

#Installation

First install the dependencies:

  • Go 1.20 or later
  • scdoc

Then compile:

$ make
# make install

#Usage

See gmnitohtml(1)

Example usage:

gmnitohtml < input.gmi > output.html