mirror of
https://git.sr.ht/~sircmpwn/gmni
synced 2024-11-22 20:32:03 +01:00
Gemini client
bf7975dd44
Currently, followup requests to both INPUT and SENSITIVE INPUT responses are omitted from history. However, the intended use of INPUT is for searching, and there is SENSITIVE INPUT for sensitive information, so omitting regular INPUT from history doesn't make much sense and only makes searching annoying as one needs to re-enter the query when going back. |
||
---|---|---|
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:
Features:
- Page history
- Regex searches
- Bookmarks
Compiling
$ mkdir build && cd build
$ ../configure
$ make
# make install
Usage
See gmni(1)
, gmnlm(1)
.