keepsake
keepsake copied to clipboard
Add word wrapping to Python console library
trafficstars
The Python replicate.console package doesn't currently wrap long log lines. Wrapping makes logs more human-readable but less machine-readable, so it should only wrap when it detects an interactive console.
I think this already does this, including detecting terminals:
What is missing though is Python support. I'll update the issue.