textual-terminal
textual-terminal copied to clipboard
A terminal emulator widget for Textual.
Is there a way to know (a Message?) when a command running in the terminal terminates? Or, put differently, when a terminal stops?
I would like for the output to remain visible after the executed command completes (right now once it completes the terminal contents are immediately cleared). I have worked out a...
Resolves #6
See example error below .. I get the same error with my custom app. If I specify bash as my command, I can see that bash is executed, but the...
It could be nice to support Windows, maybe using [pywinpty](https://github.com/andfoy/pywinpty)?
I don't know, if it is a use case, but running bash inside textual-terminal and open another (e.g. the example again) Textual app, it looks strange: like black-white, scrollbar is...
Forward environnemental variables to the terminal and add the possibility to overide them. fixes #9 Edit: It works well.
I use a lot X11 Forwarding on my raspberry pi, and when I try to start graphical apps from your embedded terminal emulator, It says that it does not have...
Recent Textual updates have rendered textual-terminal unusable. The issue exists when accessing the `DEFAULT_COLORS` variable that no longer exists. This updates the color detection to use Textual's built in theme...
`textual` no longer as an `app.DEFAULT_COLORS` to import. This is fixed by PR #11