💾 Archived View for rawtext.club › ~sloum › geminilist › 002750.gmi captured on 2020-09-24 at 02:54:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2020-09-24)

-=-=-=-=-=-=-

<-- back to the mailing list

Announcing gmni, a line-mode gemini browser and curl-esque utility program

Drew DeVault sir at cmpwn.com

Mon Sep 21 12:56:33 BST 2020

- - - - - - - - - - - - - - - - - - - 

On Mon Sep 21, 2020 at 7:01 AM EDT, Magnus Wild wrote:

This is cool. I managed to build it on openbsd-current with a small
modification;
--- a/src/gmnlm.c
+++ b/src/gmnlm.c
@@ -10,6 +10,7 @@
#include <sys/ioctl.h>
#include <termios.h>
#include <unistd.h>
+#include <limits.h>
#include "gmni.h"
#include "url.h"
#include "util.h"

Thanks, I just pushed this change upstream.

The program is really small and seems very useful. Thanks a lot for
spending time on this and sharing it!

Cheers!