1
0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-11-23 17:22:23 +01:00
Gemini client
Go to file
2020-09-20 19:14:47 -04:00
doc Rename binary from gmnic -> gmni 2020-09-20 14:51:25 -04:00
include Initial pass on text/gemini parser 2020-09-20 17:47:14 -04:00
src gmnlm: implement redirects 2020-09-20 19:14:47 -04:00
.gitignore Initial commit 2020-09-20 10:17:39 -04:00
config.sh Initial work for line-mode browser 2020-09-20 18:31:33 -04:00
configure Initial work for line-mode browser 2020-09-20 18:31:33 -04:00
COPYING Initial commit 2020-09-20 10:17:39 -04:00
Makefile Initial work for line-mode browser 2020-09-20 18:31:33 -04:00
README.md Add README.md 2020-09-20 14:49:57 -04:00

gmni - A Gemini client

This is a Gemini client.

Dependencies:

  • A POSIX-like system and a C11 compiler
  • OpenSSL
  • scdoc (optional)

Compiling

$ mkdir build && cd build
$ ../configure
$ make
# make install

Usage

See gmni(1) for the CLI usage.