shithub: snarflog

Download patch

ref: 77d3c2c71ef6518c938e64cfcb6a558a932d42a1
parent: 04dadac492a48f26e0f6872380767ac1f4d21632
author: penny <penny@limitedideas.org>
date: Fri Nov 28 07:46:53 EST 2025

add readme

--- /dev/null
+++ b/readme.md
@@ -1,0 +1,19 @@
+Snarflog is a snarf logging tool, it works by mounting our own proxy
+/dev/snarf over the orignal, redirecting reads and writes to the real file.
+Monitor written snarfs by reading /dev/snarflog after running
+On start the overlay is posted to to /srv/snarflog , if slog is run and this
+file exists, it will simply be mounted for you.
+
+Quirks
+ - This also ties all your session's clipboards together
+ - The first drawterm client must start snarflog to use host clipboard
+ - The host clipboard will be broken if this session closes
+
+To use
+
+```
+slog&
+```
+
+> Go software cannot fork traditionally so it must be run with & to detach
+from the foreground.
--