postmodern on Nostr: nprofile1q…683zn also ran into this when trying to record animated SVGs of terminal ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqzpfn842a6mn3z7rqu5c4y2kaxre4pcs9qt7sttqe7gxzm63t0v4s5683zn (nprofile…83zn) also ran into this when trying to record animated SVGs of terminal sessions to show off the `ronin irb` command. Reline outputted unusual ANSI control characters to move the cursor around, which confused `termtosvg`.
If all you want to do is record the input and output, sans the drop-down menu or auto-complete, you can code your own crude REPL which reads input from a text file, "types" each character with some random jitter, evaluates it using `eval()`, and prints the result.
If all you want to do is record the input and output, sans the drop-down menu or auto-complete, you can code your own crude REPL which reads input from a text file, "types" each character with some random jitter, evaluates it using `eval()`, and prints the result.