Replies: 1 comment
-
I'd recommend checking out the How To Design a Layout in the Textual docs, which includes a section on how to dock a header and footer. Have you checked the widget gallery in the docs? |
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.
-
Can you advise on the best approach to modify my terminal apps to use Textual to have a permanent Header and Footer, but then show all app output in the body of the terminal?
I have several permanently running terminal apps that collect and process data. I display the progress of these apps in terminal output as they run. I want to add Textual Header and Footer where I can show a summary of the info like Version number, Number of iterations, Number of Errors, Number of Successes etc. etc.
Does anyone have an example of such a Textual app? What would be the best approach and in particular which Textual widget would I use for the body of the display that shows the ever growing output from the app?
Beta Was this translation helpful? Give feedback.
All reactions