1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-05-18 11:26:03 +02:00
gmni/README.md

34 lines
636 B
Markdown
Raw Normal View History

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