1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-05-04 19:06:03 +02:00
Gemini client
Go to file
Drew DeVault 2e9d3c0bab Update README.md 2020-09-20 23:52:18 -04:00
doc gmnlm: add install target & man page 2020-09-20 22:37:44 -04:00
include Implement bookmarks 2020-09-20 23:51:17 -04:00
src Implement bookmarks 2020-09-20 23:51:17 -04:00
.gitignore .gitignore: update 2020-09-20 19:33:52 -04:00
COPYING Initial commit 2020-09-20 10:17:39 -04:00
Makefile gmnlm: add install target & man page 2020-09-20 22:37:44 -04:00
README.md Update README.md 2020-09-20 23:52:18 -04:00
config.sh Initial work for line-mode browser 2020-09-20 18:31:33 -04:00
configure Implement bookmarks 2020-09-20 23:51:17 -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).