migueldeicaza / SwiftTermApp

MIT License
305 stars 29 forks source link

Session management #107

Open migueldeicaza opened 2 years ago

migueldeicaza commented 2 years ago

My quick tmux hack has a simple system, by default on a new launch, it will try to reconnect to a session if those exist on a server. The "New connection" forces a new session to be created.

I should explore at some point, having "New Connection" prompt to attach to a live session if it is there, or add an "Attach Session" context menu to achieve something like this.

Additional Topics

=

Connections Array

The “Connections” array contains all active connections, we should serialize this structure during suspend with the following information:

The connection likely should be rethought to not be an array of SshTerminalViews, once I do the split described in #108