~adnano/gmnitohtml

Gemini text to HTML converter
Makefile: fix install
c024a05f — Adnan Maolood 7 months ago
Makefile: fix clean target
restructure docs section

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.15 or later
  • scdoc

Then compile:

$ make
# make install

#Usage

See gmnitohtml(1)

Example usage:

gmnitohtml < input.gmi > output.html