1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-05-04 02:36:12 +02:00
Gemini client
Go to file
Drew DeVault 57064dd01f all: rewrite with BearSSL rather than OpenSSL 2021-03-04 10:59:37 -05:00
doc Add 'd' to download page 2020-10-21 10:12:51 -04:00
include all: rewrite with BearSSL rather than OpenSSL 2021-03-04 10:59:37 -05:00
src all: rewrite with BearSSL rather than OpenSSL 2021-03-04 10:59:37 -05:00
.gitignore Re-add public headers 2020-10-24 13:56:50 -04:00
COPYING Initial commit 2020-09-20 10:17:39 -04:00
Makefile Remove -D option from install commands 2020-11-06 10:05:43 -05:00
README.md all: rewrite with BearSSL rather than OpenSSL 2021-03-04 10:59:37 -05:00
config.sh all: rewrite with BearSSL rather than OpenSSL 2021-03-04 10:59:37 -05:00
configure Add static library for gmni 2020-10-24 13:41:07 -04:00

gmni - A Gemini client

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