42
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 30 Jun 2024
42 points (100.0% liked)
retrocomputing
4253 readers
36 users here now
Discussions on vintage and retrocomputing
founded 2 years ago
MODERATORS
That's really helpful. Thank you! MOSH might work, I'll have to play around with it.
Could you go into more detail about the tmux functions? If it's a way to write everything to files instead of a STDOUT in a predictable way, that would be great, since each packet could be a (compressed) shell script that explicitly includes which data to send back, if any.
No, tmux does not redirect to a file. Though '>' and 'script' do.
Tmux is like 'screen' and can be wrapped with 'byobu'.
I mean, I guess you could just programmatically insert a > after every command. That's actually a pretty good idea. It's kind of obvious now that you mention it, haha!
It would be better if the tools expected to be used this way, but as a quick kludge for a project about something else it's probably sufficient.
The first step is to make it work (at all, even badly).