no-js
pio

pio is a browser app for manually inspecting and filtering streams of linkpoints. The pio and pio-spool-reader scripts set up compatible endpoints this app can connect to.

Some familiarity with unix is assumed. Download the latest linkspace release and source ./activate to set up the PATH.

pio.sh can be used inside a pipe and will automatically open this page and connect.

lk linkpoint :: | pio.sh | lk f lk-http-rx.sh | pio.sh > accepted.lkp # where lk-http-rx.sh accepts messages from web-sign lk tap -m log --bare | pio.sh | tee -a accepted.lkp | lk format

pio-spool-reader.sh is used for periodic filtering points 'manually'.

lk-http-rx.sh | spool-in.sh hello-spool | lk f # spool-in.sh appends to the hello-spool file In another terminal ( don't forget to `source ./activate` ) pio-spool-reader.sh hello-spool | tee -a ./accepted.lkp | lk f

Instead of using files you can use a lkdb

lk-http-rx.sh | lk save & and lk watch --bare | pio-loop.sh > accepted.lkp
history
Inject point
Empty