Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clusterssh like behaviour via plugin #222

Closed
ghost opened this issue Sep 30, 2020 · 2 comments
Closed

clusterssh like behaviour via plugin #222

ghost opened this issue Sep 30, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 30, 2020

I use terminator a lot.
In some cases i have a list of servers which i pipe to xargs cssh. I would love a similar behaviour with terminator with multiple panes.

Before i found this repo i thought about writing a python wrapper which pastes a layout in the configuration file but i think this is not the correct attempt. I can imagine developing a plugin for this functionality which generates a layout and uses it.
But as far as know plugins support only interactions with the UI, correct?

A simple solution would be something like terminator --cssh <server1> <server2> <server3>, this way lists could be piped to xargs to pass it to termiantor. But plugins can't provide new arguments, correct?

Maybe there are different attempts which I don't see yet. I would be happy to help with this!

@mattrose
Copy link
Member

One thing that you might be able to use, or maybe just give you some ideas is #213. The author is working on generating layouts from JSON files. As a former sysadmin I can definitely see the appeal. I'm not sure the plugin architecture is up to it, but it can also be extended, if we can come up with a good way.

@mattrose mattrose added the enhancement New feature or request label Oct 1, 2020
@mattrose
Copy link
Member

I'm gonna close this, I think you can do something with generating layouts on the command line and calling them from terminator now.

@mattrose mattrose removed the enhancement New feature or request label Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant