top | item 33960174

(no title)

timemachine | 3 years ago

This looks interesting. Is it MacOS only? And how does it behave with tools like tmux or ssh?

discuss

order

nftom|3 years ago

Yep MacOS only for now. SSH works ok, it wraps the native SSH and does some magic so your milage will vary. For TMUX, don't know what you would need that for honestly.

archarios|3 years ago

>For TMUX, don't know what you would need that for honestly.

It's super useful for doing things on remote servers. Tmux can maintain a "session" between ssh connections. So I can start a long running process on a tmux pane and then log out and come back to it later to see how things went. I also generally do development over SSH so it's nice to not have to re-set things up each time I SSH into the VM.