Freeze and thaw tmux and/or terminal sessions

sessionterminaltmux

I would like to be able to freeze and thaw tmux sessions. That is, to take a complex set of session state, persist it, and bring it back from some persistent store later. Essentially, git stash for terminal session state. Does anybody know of a way to do this?

Best Answer

CryoPID is close to being able to do this, I'm not aware of any others.

Related Topic