nezumi is a simple gopher browser, written in C
Find a file
2025-06-26 22:44:14 +02:00
.gitignore starting anew 2025-06-26 22:44:14 +02:00
config.h starting anew 2025-06-26 22:44:14 +02:00
config.mk starting anew 2025-06-26 22:44:14 +02:00
LICENSE starting anew 2025-06-26 22:44:14 +02:00
Makefile starting anew 2025-06-26 22:44:14 +02:00
networking.c starting anew 2025-06-26 22:44:14 +02:00
networking.h starting anew 2025-06-26 22:44:14 +02:00
nezumi.1 starting anew 2025-06-26 22:44:14 +02:00
nezumi.c starting anew 2025-06-26 22:44:14 +02:00
parser.c starting anew 2025-06-26 22:44:14 +02:00
parser.h starting anew 2025-06-26 22:44:14 +02:00
README starting anew 2025-06-26 22:44:14 +02:00
TODO starting anew 2025-06-26 22:44:14 +02:00

nezumi
------

nezumi is a simple gopher browser, written in C.
I wrote it in about 3 hours in Go but then realized that Go's tui frameworks are kinda bad (or at least I didn't wanna spend time learning them)
so I rewrote it in C in about 3 more hours.

uses environment vars to determine programs!
$BROWSER to determine browser

it also supports bookmarks. it will *not* create $HOME/.config
for you, so *please* make sure you have that directory.

see TODO for what's to come