-
Notifications
You must be signed in to change notification settings - Fork 109
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
saving session #9
Comments
I guess we can generate the layout by by parsing tmux's status: tmux ls # to list sessions
tmux list-windows -t <session> # to list windows and layouts But I don't think we can reliably generate |
@leesei Indeed, I haven't really spent any time on it as it's a bit complicated, and ideally I'd like to output the resulting Tmuxifier layout in a humanly editable format. But at the same time there would probably need to be a separation between manually created and saved sessions, as saved ones would obviously lack the ability of running commands as part of setting up the layout. |
I think we can include a script in the package or wiki to help user generate a session template in Tmuxifier layout format. |
Is there a way to save the current state of a session?
The text was updated successfully, but these errors were encountered: