From 2e9d3c0bab8e7df635a8f0968f04fe9b1e2d979c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 20 Sep 2020 23:52:18 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce71012..c269ec7 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,20 @@ 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 -[![Screenshot of the line-mode browser](https://l.sr.ht/7kaA.png)](https://asciinema.org/a/Y7viodM01e0AXYyf40CwSLAVA) - 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 ```