Skip to content

Commit 243d4bb

Browse files
committed
update README
1 parent 8677dbd commit 243d4bb

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

.github/assets/header.png

2.9 KB
Loading

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Or download the binaries directly (choose your os/arch):
2626

2727
```
2828
# download the binaries from the release
29-
wget https://github.com/noboruma/s1h/releases/download/v0.2.1/s1h_Darwin_arm64.tar.gz
30-
wget https://github.com/noboruma/s1h/releases/download/v0.2.1/s1h_Darwin_x86_64.tar.gz
31-
wget https://github.com/noboruma/s1h/releases/download/v0.2.1/s1h_Linux_arm64.tar.gz
32-
wget https://github.com/noboruma/s1h/releases/download/v0.2.1/s1h_Linux_x86_64.tar.gz
33-
wget https://github.com/noboruma/s1h/releases/download/v0.2.1/s1h_Windows_arm64.zip
34-
wget https://github.com/noboruma/s1h/releases/download/v0.2.1/s1h_Windows_x86_64.zip
29+
wget https://github.com/noboruma/s1h/releases/download/v0.3.0/s1h_Darwin_arm64.tar.gz
30+
wget https://github.com/noboruma/s1h/releases/download/v0.3.0/s1h_Darwin_x86_64.tar.gz
31+
wget https://github.com/noboruma/s1h/releases/download/v0.3.0/s1h_Linux_arm64.tar.gz
32+
wget https://github.com/noboruma/s1h/releases/download/v0.3.0/s1h_Linux_x86_64.tar.gz
33+
wget https://github.com/noboruma/s1h/releases/download/v0.3.0/s1h_Windows_arm64.zip
34+
wget https://github.com/noboruma/s1h/releases/download/v0.3.0/s1h_Windows_x86_64.zip
3535
3636
tar xvf chosen.tar.gz
3737
```
@@ -47,7 +47,9 @@ The `s1h` tool reads the SSH config file and allows you to select a host to SSH
4747
```sh
4848
s1h
4949
```
50-
This command displays a list of available SSH hosts from your `~/.ssh/config`, allowing you to select one and connect. It also allows you to use scp commands.
50+
This command displays a list of available SSH hosts from your `~/.ssh/config`, allowing you to select one and connect. It also allows you to execute simple shell commands & scp commands across one or multiple hosts.
51+
52+
![main header](.github/assets/header.png)
5153

5254
#### Example:
5355

@@ -80,12 +82,18 @@ You can search hosts or hostname using repectively `F1` amd `F4` to jump directl
8082

8183
- If you press `enter` and it will automatically use the configured authentication method (password or SSH key) to establish the connection. This opens a new shell on the remote host.
8284

83-
- If you press `c` it will give the option to upload a file to the selected host:
85+
- If you press `c` it will give the option to upload a file to one or multiple selected host:
8486
![main output](.github/assets/upload.png)
8587

86-
- If you press `C` it will give the option to download a file from the selected host:
88+
- If you press `C` it will give the option to download a file from one or multiple selected host:
8789
![main output](.github/assets/download.png)
8890

91+
- If you press `m` it will select the current entry for multi selection.
92+
93+
- If you press `M` it will deselect everything.
94+
95+
- If you press `e` you can execute a simple command to one or multiple selected host.
96+
8997
### CLI mode
9098

9199
It is also possible to use `s1h` as a CLI to shell and copy files.

0 commit comments

Comments
 (0)