Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Oct 21, 2023
1 parent 20b2264 commit 72103a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cn/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ _`~/` 代表 HOME 目录。在 Windows 中,请将下文的 `~/` 替换成 `C:\

## 批量登录

- 目前支持在 `tmux``Windows Terminal` 中一次选择多台服务器,批量登录,并支持批量执行预先指定的命令。
- 支持在 `iTerm2`( 要开启 [Python API](https://iterm2.com/python-api-auth.html),但不需要`Allow all apps to connect` ),`tmux``Windows Terminal` 中一次选择多台服务器,批量登录,并支持批量执行预先指定的命令。

- 按下 `Space``Ctrl+X` 等可以选中或取消当前服务器,若不能选中说明还不支持当前终端,请先运行 `tmux`

Expand Down
2 changes: 1 addition & 1 deletion ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ _`~/` represents the HOME directory. Please replace `~/` below with `C:\Users\yo

## Batch Login

- tssh supports selecting multiple servers in `tmux` and `Windows Terminal`, logging in to them in batches, and executing pre-specified commands in batches.
- tssh supports selecting multiple servers in `iTerm2`( Requires [Python API](https://iterm2.com/python-api-auth.html), no need to `Allow all apps to connect` ),`tmux` and `Windows Terminal`, logging in to them in batches, and executing pre-specified commands in batches.

- Press `Space`, `Ctrl+X` to toggle select the current server. If it cannot be selected, it means that the current terminal is not supported yet. Please run `tmux` first.

Expand Down

0 comments on commit 72103a5

Please sign in to comment.