Open tmhglnd opened 4 months ago
@munshkr bumping this, did you have time to look at this? :)
Hey! Sorry I forgot about this... this is great! There is already a way to run arbitrary/dummy REPLs with flok-repl
, but it works by running a real REPL process and pipes stdin/stdout/stderr. But I like the idea of also having a generic OSC-based client. I'll take a deeper look in the following days and get back to you.
Hey! I added this dummy repl, it has no syntax highlighting and it just sends the code as osc-message
/flok "code here"
to port3001
when connected to theflok-repl
. It either forwards single line, codeblock, or whole code based on the shortkey pressed. Using the panic shortkey it sends/flok silence
. I added some documentation about the target as well.I think this addresses issue #68