0

Is there a way or tool to save state of all tabs and session for xterm.

For example I have opened terminal with multiple tabs, each of tab has running command

enter image description here

I want to save whole terminal session, so I can reboot my PC and type one command eg

$ load_session last_session_file

and I will have the same tabs reopened, with the same commands, with the same tabs title.

PS I am using Xubuntu 13.10 and xterm

@maci ➜  survey_manager rvm:(ruby-2.0.0) git:(fix-rake-db-seed) ✗ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 13.10
Release:    13.10
Codename:   saucy
Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105
nothing-special-here
  • 11,230
  • 13
  • 64
  • 94

1 Answers1

2

That looks like one of the miscellaneous wrappers for the VTE library. The question has been asked before:

In a quick summary, it appears that session-saving/restoring fell into disfavor a few years ago because it was too difficult to do well.

Community
  • 1
  • 1
Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105