how does grouping work? #11
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: zlax/sshch#11
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @fauzie
Not mentioned in the readme and on
-h. And quite confused for its use. Because I have several server clusters.How do I add an alias to a group?
Or, what is the correct
sshch.confsyntax for group members?What is the difference between the host that has or not in the group in the sshch window?
Will the member group also be in bash autocompletion?
Thank you for developing such this great tool 👍
Author: @zlaxy
@fauzie
0. https://gitlab.com/zlax/sshch - please use this sources. It is version with bugfixes. On Microsoft Github i will update this repository with next release maybe.
In curses interface:
ggr1and pressEnteral1 al2(Spaceis separator) and pressEnterIf aliases exist, they will appear in groups. If not, you can create those later.
In cmd interface, similarly:
sshch -g gr2al2 al3 al4(Spaceis separator) and pressEnterIt will be the result:

Correct
sshsh.confof this example:You can change the displayed order by editing this file.
Yes.
In case of calling a command to be executed on a group of aliases, the command will be executed one by one on hosts, in the displayed order.
Please close this issue if i answered to your questions.
Author: @fauzie
thank you very much.