mirror of
https://git.sr.ht/~sircmpwn/gmni
synced 2024-11-23 04:51:59 +01:00
Gemini client
77de1bb2a8
This reverts commit 963700d8d6e31aecfc14e12184637f4c3360f6ed. Let's make the p command consistent with the others and tell users who want to navigate to a relative URL unambiguosly to use ./page |
||
---|---|---|
doc | ||
include | ||
src | ||
.gitignore | ||
config.sh | ||
configure | ||
COPYING | ||
Makefile | ||
README.md |
gmni - A Gemini client
This is a Gemini client. Included are:
- A CLI utility (like curl): gmni
- A line-mode browser: gmnlm
Dependencies:
- A POSIX-like system and a C11 compiler
- OpenSSL
- scdoc (optional)
Features:
- Page history
- Regex searches
- Bookmarks
Compiling
$ mkdir build && cd build
$ ../configure
$ make
# make install
Usage
See gmni(1)
, gmnlm(1)
.