shithub: snarflog

Download patch

ref: 5b58a908c850e026ce4a318b9f1d536d037bd4cd
parent: 0a267851426686b7415f03495f2ca29def99f8a1
parent: eb5ed3dfd12852c55d0ca23d3480c37f7eafc73e
author: penny <penny@limitedideas.org>
date: Thu Dec 4 15:10:10 EST 2025

Support -s to post to different /srv

--- a/readme.md
+++ b/readme.md
@@ -9,17 +9,9 @@
  - If you put it in your lib/profile it should be after you bind /mnt/term/dev
  - 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
+ - If the first client exits snarflog will exit and all the clients will disconnect
 
-To use
-```slog&```
+To use mk install and run ```slog``` in your profile
 
-> Go software cannot fork traditionally so it must be run with & to detach
-from the foreground.
-
-
 You can attach it to your current session ns
 ```plumb 'Local mount -b /mnt/snarflog /dev'```
-
-
-
--