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

Add support for the 'tags' clusterssh config file

Open vdanjean opened this issue 2 years ago • 0 comments

ClusterSSH allows one to define clusters directly in the 'clusters' config file or indirectly, with tags (that are cluster names) in the 'tags' config file.

This patch add support for the 'tags' file that was ignored. It havily uses BASH extentions (mainly arrays), hence the changed shebang. Excluded hosts can now also be clusters. In this case, all hosts of these clusters will be excluded.

vdanjean avatar Jul 25 '22 12:07 vdanjean