commit 2e9d3c0bab8e7df635a8f0968f04fe9b1e2d979c parent 601f9008863af571980c1cd39920483d59cfbfb4 Author: Drew DeVault <sir@cmpwn.com> Date: Sun, 20 Sep 2020 23:52:18 -0400 Update README.md Diffstat:
M | README.md | | | 10 | ++++++++-- |
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git 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 ```