Replies: 2 comments 3 replies
-
|
Currently in our TODO list: #3727 |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
@dbieber Yes I implement exactly this feature here https://github.com/blob42/Instrukt/blob/c15cde6366922af3dc250f9b103b3bf56c0cc516/instrukt/app.py#L396C1-L396C1 and subprocess.py |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm interested in running $EDITOR (the user's specified editor) or dropping into ipython (IPython.embed()) from within a running textual app. I've seen that textual-terminal allows for running subprocesses within a textual app's ui through it's use of pyte, but I also want to explore running these full-screen commands outside of the textual app's UI. That is, I want to temporarily suspend the app, run the subcommand (either the editor or IPython), and then resume the textual app after that. Is that something that textual supports?
@blob42 feel free to weigh in since it looks like you attempted something similar in #2741.
Beta Was this translation helpful? Give feedback.
All reactions