Comment 0 for bug 1257259

Revision history for this message
legaliz_me (r3m1-benoit) wrote :

It would be nice to have an option to restore the previous work session on startup.

The "Restore last session" could work similarly to Chromium "Pick up where you left off" :

- Save layout information (position, size of terminals)
- Save tabs layout
- Restore the current folder when closed
- Show the previous history greyed out

I'm mainly interested in the status of those features and the possibility to implement them with current Terminator.

For saving layout information, I know it's possible. there is a plugin that outputs the current layout in an obscure XML schema and propose to restore it after (https://github.com/camillo/TerminatorPlugins/blob/master/plugins/LayoutManager.py).

What about the other points?