1
0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2025-07-28 00:14:47 +02:00
Gemini client
Go to file
2024-12-09 15:55:49 +01:00
doc
include
src gmnlm: treat invalid cert and cert mismatch similarly 2022-12-19 12:01:22 +01:00
.gitignore
config.sh
configure
COPYING
Makefile
README.md README: s/no longer maintained/complete/ 2024-12-09 15:55:49 +01:00

gmni - A Gemini client

Notice: This project is complete.

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).