tmux-xpanes
tmux-xpanes copied to clipboard
Thank you
Thanks for this software. It is so cool :) Actually, very useful. I did not now about its existence, it works so great. I combine it with synchronized panes and it is wonderful.
Sorry, I know issues are not always for random comments like this one.
If we don't close this issue, can people share the use cases for what you guys use it?
ZZC^ad
If we don't close this issue, can people share the use cases for what you guys use it?
Great, I am also curious about use cases.
Good god man, this is brilliant, cheers! I use it to open a terminal (Alacritty) and SSH in to all my machines after logging in to X.
Use it for multi ssh login on Linux cluster nodrs that should look identical, good to use when you dont have puppet or ansible
I've been using this for a couple of years, ssh into all servers (or a bunch of them based on node selectors) of a Kubernetes cluster. Wanted to share it with you guys
xpanes -c "ssh root@{}" $(kubectl get nodes -l GPUType=V100 -o jsonpath='{.items[*].status.addresses[?(@.type=="InternalIP")].address}')