2

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?

Michael Hampton
  • 237,123
  • 42
  • 477
  • 940
David Watson
  • 215
  • 2
  • 9

2 Answers2

2

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

Michael Mior
  • 376
  • 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
  • 376
  • 1
  • 5
  • 17