2020-09-20 20:49:57 +02:00
|
|
|
# gmni - A Gemini client
|
|
|
|
|
2020-09-21 01:58:34 +02:00
|
|
|
This is a [Gemini](https://gemini.circumlunar.space/) client. Included are:
|
|
|
|
|
|
|
|
- A CLI utility (like curl): gmni
|
|
|
|
- A [line-mode browser](https://en.wikipedia.org/wiki/Line_Mode_Browser): gmnlm
|
2020-09-20 20:49:57 +02:00
|
|
|
|
|
|
|
Dependencies:
|
|
|
|
|
|
|
|
- A POSIX-like system and a C11 compiler
|
2021-03-04 16:59:19 +01:00
|
|
|
- [BearSSL](https://www.bearssl.org/index.html)
|
2020-09-20 20:49:57 +02:00
|
|
|
- [scdoc](https://sr.ht/~sircmpwn/scdoc/) (optional)
|
|
|
|
|
2020-09-21 05:52:18 +02:00
|
|
|
Features:
|
|
|
|
|
|
|
|
- Page history
|
|
|
|
- Regex searches
|
|
|
|
- Bookmarks
|
|
|
|
|
|
|
|
[![Screenshot of the line-mode browser](https://l.sr.ht/7kaA.png)](https://asciinema.org/a/Y7viodM01e0AXYyf40CwSLAVA)
|
|
|
|
|
2020-09-20 20:49:57 +02:00
|
|
|
## Compiling
|
|
|
|
|
|
|
|
```
|
|
|
|
$ mkdir build && cd build
|
|
|
|
$ ../configure
|
|
|
|
$ make
|
|
|
|
# make install
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2020-09-21 01:58:34 +02:00
|
|
|
See `gmni(1)`, `gmnlm(1)`.
|