TUI as a plaintext file.
A very rushed entry to the Rat in the Wild Challenge, see devlog.
cargo r -- rat.tui
You can then edit the file, each changed character generates an event at that position (insert mode highly recommended).
To continue another step of execution:
./rat.tui
The program state is entirely contained within the file, so you can duplicate and share it!