Serial Terminal Written On Textual #6425
hucker
started this conversation in
Show and tell
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I had some spare time last week and made a minimal tool for work...and I ended up getting a lot of free time so now I have a not-minimal tool built on top of textual and rich. So if you are in the 1% of people who get to debug a lot through a serial port on small underpowered devices, this might be for you. Or not.
It never ceases to amaze me that pip/uv + python makes it trivial to make apps that just work on multiple platforms and install with a short command line.
Textual and Rich (and recently Claude) have made my life so easy. Thank you guys for all the work you do on textual.
GitHub project termapy.
If you have uv:
uvx --from git+https://github.com/hucker/termapy termapy --demo
Beta Was this translation helpful? Give feedback.
All reactions