(no title)
jasonjmcghee | 4 days ago
- - -
get tailscale (free) and join on both devices
install tmux
get an ios/android terminal (echo / termius)
enable "remote login" if on mac (disable on public wifi)
mosh/ssh into computer
now you can do tmux then claude / codex / w/e on either device and reconnect freely via tmux ls and tmux attach -t <id>
- - -
You can name tmux and resume by name via tmux new -s <feature> and tmux attach -t <feature>
madjam002|4 days ago
Been testing it today with Claude Code and it seems to work quite well switching between my laptop and phone.
[1] https://github.com/neurosnap/zmx
jacob019|4 days ago
xpe|4 days ago
[1]: https://zellij.dev and https://github.com/zellij-org/zellij
[2]: https://github.com/crigler/dtach and https://dtach.sourceforge.net
[3]: https://github.com/martanne/abduco/issues/70
zeppelin101|4 days ago
jasonjmcghee|4 days ago
Based on my experience many people don't know this is a thing you can do.
canadiantim|4 days ago
nebben64|3 days ago
fudged71|4 days ago
How do you deal with multiple concurrent sessions of CC with this setup?
How important is mosh? I wasn't able to get it set up the last time I tried... ran into a bunch of issues.
olalonde|4 days ago
jasonjmcghee|4 days ago
Depends- how good is your signal? Mosh has a great property that it buffers everything locally so there's no lag even if your connection sucks.
On ssh, every keystroke is a roundtrip
jasonjmcghee|4 days ago
Could even use cc to check in on and/or "send-keys"
What wasn't working about mosh? Just install mosh and use mosh to connect
simlevesque|4 days ago
fittingopposite|4 days ago
dbmikus|4 days ago
It's this.
Don't have a Dropbox moment ;) [1]
[1]: https://news.ycombinator.com/item?id=9224
mlinsey|4 days ago
oakashes|4 days ago
lukebechtel|4 days ago