Widget for embedded shell/terminal #5461
tleonhardt
started this conversation in
Ideas
Replies: 2 comments 10 replies
-
We found the following entry in the FAQ which you may find helpful: Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review. This is an automated reply, generated by FAQtory |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you want an embedded shell but you don't want a fully emulated terminal, it begs the question what output are you looking for? |
Beta Was this translation helpful? Give feedback.
10 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I would love a widget to support an embedded shell or terminal within a Textual application. Basically I would like to be able to wrap an existing interactive command-line application within a Textual app in order to provide much richer realtime display of information and status.
I have no idea how easy or hard this might be, but it would be a very powerful use case that would allow developers to quickly extend the functionality of existing applications without having to completely rewrite them from scratch.
I see there is an existing 3rd-party textual-terminal widget but it isn't particularly well maintained and is also extremely slow because it is fully emulating a terminal in Python. I would like something that is performant.
Beta Was this translation helpful? Give feedback.
All reactions