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?
Asked
Active
Viewed 1,552 times
2 Answers
2
CryoPID is close to being able to do this, I'm not aware of any others.

Michael Mior
- 388
- 1
- 5
- 17

Jack
- 36
- 1
0
tmux
-resurrect is useful here. It won't capture all the state you might be interested in but it does things such as pane layouts and contents and vim sessions.

Michael Mior
- 388
- 1
- 5
- 17