tmux-xpanes icon indicating copy to clipboard operation
tmux-xpanes copied to clipboard

Thank you

Open jjhidalgar opened this issue 5 years ago • 4 comments

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

jjhidalgar avatar Aug 07 '19 19:08 jjhidalgar

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.

greymd avatar Aug 08 '19 09:08 greymd

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.

Strykar avatar Nov 05 '19 19:11 Strykar

Use it for multi ssh login on Linux cluster nodrs that should look identical, good to use when you dont have puppet or ansible

ReDTerraN avatar Apr 01 '23 18:04 ReDTerraN

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}')

jjhidalgar avatar Apr 02 '23 01:04 jjhidalgar