mirror of
https://git.sr.ht/~sircmpwn/gmni
synced 2024-11-23 09:02:04 +01:00
34 lines
636 B
Markdown
34 lines
636 B
Markdown
# gmni - A Gemini client
|
|
|
|
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
|
|
|
|
Dependencies:
|
|
|
|
- A POSIX-like system and a C11 compiler
|
|
- OpenSSL
|
|
- [scdoc](https://sr.ht/~sircmpwn/scdoc/) (optional)
|
|
|
|
Features:
|
|
|
|
- Page history
|
|
- Regex searches
|
|
- Bookmarks
|
|
|
|
[![Screenshot of the line-mode browser](https://l.sr.ht/7kaA.png)](https://asciinema.org/a/Y7viodM01e0AXYyf40CwSLAVA)
|
|
|
|
## Compiling
|
|
|
|
```
|
|
$ mkdir build && cd build
|
|
$ ../configure
|
|
$ make
|
|
# make install
|
|
```
|
|
|
|
## Usage
|
|
|
|
See `gmni(1)`, `gmnlm(1)`.
|