owenthereal / upterm

Instant Terminal Sharing
https://upterm.dev
Apache License 2.0
829 stars 54 forks source link

README: add wait prompt back to upterm #129

Closed Mic92 closed 2 years ago

Mic92 commented 2 years ago

For tmux it's actually needed to get the ssh url. So add a prompt that waits for the user to get the url before continuing.

owenthereal commented 2 years ago

Saw the same question on the other issue. Does https://github.com/owenthereal/upterm/pull/123#issuecomment-1128326667 help? Perhaps we can adjust this PR to add doc on getting the session info back?

owenthereal commented 2 years ago

@Mic92 After thinking a bit more, I brought back the prompt so that people can confirm accepting connections. The prompt also shows the session info: https://github.com/owenthereal/upterm/pull/131

Closing this in favor of https://github.com/owenthereal/upterm/pull/131. Thanks for the contribution.