1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-05-18 07:16:04 +02:00
gmni/README.md
2020-09-20 23:52:18 -04:00

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)`.