Termux will drop you into the Windows PowerShell terminal on your phone, where you can remotely manage files, run automation ...
I 'm a big fan of Python for data analysis, but even I get curious about what else is available. R has long been the go-to ...
One downside of turning my script into a prompt_toolkit Application is that I can no longer just write to stdout. How would I implement something like a scrolling log with line-wrapping using widgets?
On macOS with Cursor, running a Python script that calls input() in the Chat terminal fails with EOFError: EOF when reading a line. The same script works in the integrated terminal and on Windows.