From 77c3f17ae4e84fb83c6656f1b8496958f573a44b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 26 Aug 2017 16:51:14 -0400 Subject: Add meta.c to README --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index e4d52e8..ae9e722 100644 --- a/README +++ b/README @@ -6,6 +6,7 @@ This software targets FreeBSD and Darwin. server.c Maps torus.dat and listens on torus.sock. client.c Curses client. help.c Automated client which redraws a helpful banner. + meta.c Exports metadata from data file to CSV. snapshot.sh Snapshots data file, appropriate for cron. sshd_config Anonymous login to chrooted client. -- cgit 1.4.1 mmit dontfiles
summary refs log tree commit diff
path: root/port/ddate (unfollow)
Commit message (Collapse)Author
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
2022-06-02Set TABSIZE=4June McEnroe
Absolutely indiscriminately.
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean up parsing a littleJune McEnroe
2022-06-02Don't duplicate path stringJune McEnroe
2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe
For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine.
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe