Replies: 1 comment 5 replies
-
Rich is designed for static output. If you want something more dynamic, consider textual |
Beta Was this translation helpful? Give feedback.
5 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'm making a script that automates some C builds. Instead of the build output flushing the screen with garbage, I want to display the build output in a 15-20 line height panel (while also piping it to a log file) just to show that progress is happening.
Are there any tools currently available in Rich to achieve this?
Basically I need to:
First of all, how do I even write text into a panel? From the docs it seems like they can only display a static string, which doesn't seem very useful.
Beta Was this translation helpful? Give feedback.
All reactions