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

broadcast to multiple hosts #36

Open
lavinnyv opened this issue May 23, 2024 · 5 comments
Open

broadcast to multiple hosts #36

lavinnyv opened this issue May 23, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@lavinnyv
Copy link

any plan to add a broadcast to multiple hosts in the future?

@QQxiaoming
Copy link
Owner

QQxiaoming commented May 24, 2024

Hello @lavinnyv, what do you mean by broadcast to multiple hosts? Does it mean "sending commands to multiple terminals at once"? Or does it have other meanings?

like this microsoft/terminal#2634

If there is any other software with the features you describe, can you tell me?

@QQxiaoming QQxiaoming added the enhancement New feature or request label May 24, 2024
QQxiaoming added a commit that referenced this issue May 26, 2024
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
QQxiaoming added a commit that referenced this issue May 26, 2024
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
@lavinnyv
Copy link
Author

sorry. i thought i replied back to you about this last week. yes. like that feature in iterm you linked above.

others that have it are:

open source:
windterm
hyper terminal

paid:
royal tsx
securecrt

some call it broadcast input, some call it sync input

@QQxiaoming
Copy link
Owner

Thanks for the explanation, now I have added this feature 3554655 and it seems to be working correctly, I will do some testing later and will include it in the next release。

@lavinnyv
Copy link
Author

that's great news.

something i noticed - on my arm mac mini when i run your arm.dmg, it doesn't work. but your x64.dmg does, so i end up renaming them to swap the versions.

@QQxiaoming
Copy link
Owner

QQxiaoming commented May 30, 2024

something i noticed - on my arm mac mini when i run your arm.dmg, it doesn't work. but your x64.dmg does, so i end up renaming them to swap the versions.

All dmg files are built by GitHub Action, and I use it on my M2 macbook, it works well. But there is a problem that the minimum OS version supported by Github Action to build for arm version is macos-14, so it may not work on older versions. Can you tell me your OS version?

CI script:

macos_arm64:
runs-on: macos-14

macos:
runs-on: macos-12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants