zygo

ncurses gopher client
Log | Files | Refs

commit f7a0c3428622eed6a34341dcdfc0f3df9f92b1d6
parent 322cabd2726aad6f9de8f4cbbcceeb20d2e909a5
Author: hhvn <dev@hhvn.uk>
Date:   Tue, 21 Jun 2022 23:07:34 +0100

Update FAQ

Diffstat:
MFAQ | 4++++
MMakefile | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/FAQ b/FAQ @@ -17,6 +17,10 @@ A: It's probably xdg-open's fault. zygo is designed primarily as a browser of the same concept. One recommendation I've seen is rifle(1) from the ranger(1) file manager. (Writing your own plumber is simple, the uri of the file is placed in argv[1] of the plumber). + The idea of a plumber comes from plan9: + https://en.wikipedia.org/wiki/Plumber_(program) + If you were a cgo user, and liked cgo_plumber despite its flaws, you can + still use it by installing it and setting it as the plumber in config.h. Q: Why is it called zygo? A: https://en.wikipedia.org/w/index.php?title=Zygogeomys&redirect=no diff --git a/Makefile b/Makefile @@ -29,7 +29,7 @@ include config.mk $(BIN): $(OBJ) $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJ) - @echo "---> If you see any warnings or weird things happening, read the FAQ in INSTALL <---" + @echo "---> If you see any warnings or weird things happening, read the FAQ <---" $(OBJ): Makefile config.mk zygo.h zygo.o: config.h