1
0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-11-23 04:51:59 +01:00
Gemini client
Go to file
2020-09-27 11:54:32 -04:00
doc Implement TOFU 2020-09-21 16:06:43 -04:00
include Fix memory leaks 2020-09-23 12:55:16 -04:00
src tofu.c: clarify reuse warning 2020-09-27 11:54:32 -04:00
.gitignore .gitignore: update 2020-09-20 19:33:52 -04:00
config.sh config.sh: add args for install directories 2020-09-24 10:33:29 -04:00
configure Implement TOFU 2020-09-21 16:06:43 -04:00
COPYING Initial commit 2020-09-20 10:17:39 -04:00
Makefile Makefile: clean: remove objects 2020-09-23 09:12:48 -04:00
README.md Update README.md 2020-09-20 23:52:18 -04:00

gmni - A Gemini client

This is a Gemini client. Included are:

Dependencies:

  • A POSIX-like system and a C11 compiler
  • OpenSSL
  • 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).