Comment on Is there a precedent for a really delay-tolerant command line interface? (A bit off-topic)
MNByChoice@midwest.social 4 months agoNo, tmux does not redirect to a file. Though ‘>’ and ‘script’ do.
Tmux is like ‘screen’ and can be wrapped with ‘byobu’.
CanadaPlus@lemmy.sdf.org 4 months ago
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.
MNByChoice@midwest.social 4 months ago
The first step is to make ot work (at all, even badly).