~sircmpwn/gmni

Gemini client
README.md: add maintenance notice
74c08615 — Ondřej Fiala 1 year, 9 months ago
gmnlm: treat invalid cert and cert mismatch similarly
e4d39847 — Ondřej Fiala 2 years ago
gmnlm: make ./ prefix mandatory for relative URLs

clone

read-only
https://git.sr.ht/~sircmpwn/gmni
read/write
git@git.sr.ht:~sircmpwn/gmni

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

#gmni - A Gemini client

Notice: This project is no longer maintained.

This is a Gemini client. Included are:

Dependencies:

  • A POSIX-like system and a C11 compiler
  • BearSSL
  • scdoc (optional)

Features:

  • Page history
  • Regex searches
  • Bookmarks

Screenshot of the line-mode browser

#Compiling

$ mkdir build && cd build
$ ../configure
$ make
# make install

#Usage

See gmni(1), gmnlm(1).