Is it possible, in tmux, to "export" current session status? A list of windows and panes opened and/or something like that. Or, .. is possible to store session somewhere, and re-open it next time tmux will be opened?
Is it possible, in tmux, to "export" current session status? A list of windows and panes opened and/or something like that. Or, .. is possible to store session somewhere, and re-open it next time tmux will be opened?
There is a tmux-resurrect plugin that enables *manual* saving and restoring of tmux sessions.
tmux-continuum is a separate plugin built on top of
tmux-resurrect
and enables auto-saving of tmux sessions (every 15 minutes by default). There is also the optional setting to restore last saved session when tmux is started.I recommend setting up and playing with
tmux-resurrect
first.