1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-04-19 03:43:48 +02:00
gmni/README.md
2023-01-16 13:33:23 +01:00

725 B

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