Hacker News new | ask | show | jobs
by timemachine 1278 days ago
This looks interesting. Is it MacOS only? And how does it behave with tools like tmux or ssh?
2 comments

https://docs.warp.dev/features/ssh addresses this. Tmux is not supported over ssh.
Deal breaker for me -- always run with multiple panes/sessions/windows.
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.
>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.