mirror of
https://git.sr.ht/~sircmpwn/gmni
synced 2024-11-22 20:32:03 +01:00
Gemini client
eb5c5470e8
I wanted to add an optional [N] to 'd' and '|' to download/pipe the Nth link instead of the current page. After getting the first one done, I found out that '|' already has this option, so I fixed the relative help line without changing that command. All in all I don't know how useful this patch is, considering that '[N]|' was already there. Feel free to discard it and just keep the documentation change. Cheers! |
||
---|---|---|
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)
.