-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: veilid-hacks
action: blob
revision:
path_from: veilid-watch-appmsgs
revision_from: refs/heads/trunk:
path_to:
revision_to:

git.thebackupbox.net

veilid-hacks

git://git.thebackupbox.net/veilid-hacks

blob of:

veilid-hacks

/ veilid-watch-appmsgs

refs/heads/trunk:/veilid-watch-appmsgs
 #!/usr/bin/env bash
 socat tcp:${VEILID_SERVER:-127.0.0.1:5959} stdio \
   | stdbuf -oL jq -rn 'inputs | select(.kind == "AppMessage") | .sender,.message' \
   | stdbuf -oL paste - - \
   | while read -r sender line;do
       printf "<%s> %s\n" "${sender}" "$(deb64url <<< "$line")"
     done

-- Response ended

-- Page fetched on Sun Jun 2 11:10:45 2024