mirror of https://git.sr.ht/~sircmpwn/gmni
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 days ago | |
---|---|---|
doc | 4 months ago | |
include | 4 months ago | |
src | 2 days ago | |
.gitignore | 4 months ago | |
COPYING | 5 months ago | |
Makefile | 4 months ago | |
README.md | 5 months ago | |
config.sh | 1 month ago | |
configure | 4 months ago |
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)
.