-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: have a option for "Restore previous session" #86
Comments
I think it's an interesting feature though I am not entirely sure of how it could be implemented from within lxterminal itself. I'd love to hear your ideas if you go for option 2 however. And of course, you are fully welcome to contribute your code back to lxterminal if you do manage to implement it in a way that doesn't break things. I think a sane way to do it would be to adapt the command line flags of lxterminal in two key ways: 1- allow multiple "--working-directory=" parameters, each of which would spawn a tab. Then you could do 'lxterminal --savestate > /home/mystatefile' to save a session and 'xargs -f "/home/mystatefile" lxterminal' to restore a session, putting those in a script or desktop shortcut for convenience. |
And tab name options will be nice: And allow empty tab name as default name (like empty string in Ctrl-Shift-I) instead of omit tab like now. |
Every daily work I open my browser and enjoy this feature of this decade - "restore previous session" - for the sake of web development and practicality. But I not enjoy this feature when is to start the terminal emulator. In that case I have to reopen a series of tabs and change directories and start a bunch of developing services. In this way, would be nice to have this feature.
Trying to not just being requestful I ask some relevant question:
The text was updated successfully, but these errors were encountered: