Y
Hacker News
new
|
ask
|
show
|
jobs
by
jonathan_s
3644 days ago
Also check out pymux:
https://github.com/jonathanslenders/pymux
1 comments
Perixoog
3644 days ago
>When several clients are attached to the same session, each client can watch a different window. When clients are watching different windows, every client uses the full terminal size.
Nice.
link
luchs
3643 days ago
Tmux supports this as well, just use "tmux new-session -t xy" instead of "tmux attach-session -t xy".
link
Nice.