Replies: 1 comment 2 replies
-
Right click on the window tab and select Export Text. You can also add your own key binding for the Export Text operation if it's something you use a lot. But if you were hoping to have the session log everything automatically as it's output, that's not supported yet. There's an open issue for that though: #14018 (also #9700). |
Beta Was this translation helpful? Give feedback.
2 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 am looking for a way to dump a plain text log from a ConPTY session. Previously I would hook on the STDOUT of the attached process and do a tee-style redirection, but doing the same on a ConPTY output pipe would yield many duplicated lines when the output exceeds the vertical terminal size.
Beta Was this translation helpful? Give feedback.
All reactions