nezumi is a simple gopher browser, written in C
| .gitignore | ||
| config.h | ||
| config.mk | ||
| LICENSE | ||
| Makefile | ||
| networking.c | ||
| networking.h | ||
| nezumi.1 | ||
| nezumi.c | ||
| parser.c | ||
| parser.h | ||
| README | ||
| TODO | ||
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