Open blockda opened 6 years ago
I had a kludged together version for the last released beta that did this, but I lost the settings file it was captured in.
Here are the few notes I could find:
Alias invoked on connect:
f = assert(io.open("/sdcard/cs.log.txt", "a"))
io.output(f)
io.write("test")
>>>io.write(capturetext, "\n")
io.close(f)
<trigger title="log.capture" pattern="^(.*)$" regexp="true">
<ack with="/local capture_text = "$1" io.write(capture_text, "\n")" fireWhen="always"/>
</trigger>
Yes please! That feature is really needed.
Logging logging logging logging logging.
Other clients do it. Logging. To the sdcard, internally. Anywhere.
Let them scroll through it. somehow get the time/date in there so you can see how far back in time the log goes.