ssh-x-term 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
</picture>
|
|
9
9
|
<br>
|
|
10
10
|
<a href="https://github.com/eugeniofciuvasile/ssh-x-term/releases"><img src="https://img.shields.io/github/v/release/eugeniofciuvasile/ssh-x-term?style=flat-square" alt="Latest Release"></a>
|
|
11
|
+
<a href="https://www.npmjs.com/package/ssh-x-term"><img src="https://img.shields.io/npm/v/ssh-x-term?style=flat-square&logo=npm" alt="NPM Version"></a>
|
|
12
|
+
<a href="https://github.com/eugeniofciuvasile/ssh-x-term/releases"><img src="https://img.shields.io/github/downloads/eugeniofciuvasile/ssh-x-term/total?style=flat-square&color=blue" alt="GitHub Downloads"></a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/ssh-x-term"><img src="https://img.shields.io/npm/dt/ssh-x-term?style=flat-square&logo=npm" alt="NPM Downloads"></a>
|
|
11
14
|
<a href="https://github.com/eugeniofciuvasile/ssh-x-term/actions"><img src="https://github.com/eugeniofciuvasile/ssh-x-term/actions/workflows/go.yml/badge.svg" alt="Build Status"></a>
|
|
12
15
|
<a href="https://github.com/eugeniofciuvasile/ssh-x-term/stargazers"><img src="https://img.shields.io/github/stars/eugeniofciuvasile/ssh-x-term?style=flat-square" alt="GitHub Stars"></a>
|
|
13
16
|
<a href="https://github.com/eugeniofciuvasile/ssh-x-term/blob/main/LICENSE"><img src="https://img.shields.io/github/license/eugeniofciuvasile/ssh-x-term?style=flat-square" alt="License"></a>
|
|
@@ -133,9 +136,11 @@ ssh-x-term/
|
|
|
133
136
|
- 🐧 **Linux**: Secret Service API (`gnome-keyring`, `kwallet`, etc.)
|
|
134
137
|
- 🪟 **Windows**: Credential Manager (built-in)
|
|
135
138
|
- **External Tools**:
|
|
136
|
-
- `
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
+
- **Bitwarden CLI (`bw`)** — optional, for Bitwarden vault credential management ([install guide](https://bitwarden.com/help/cli/))
|
|
140
|
+
- **passh** — for password authentication on Unix ([compile it from here](https://github.com/clarkwang/passh))
|
|
141
|
+
- **tmux** — recommended for multi-window SSH sessions ([install guide](https://github.com/tmux/tmux/wiki/Installing))
|
|
142
|
+
- **plink.exe** — for password authentication on Windows ([download from PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html))
|
|
143
|
+
- **(Optional) ssh client** — `ssh` should be available on your system
|
|
139
144
|
|
|
140
145
|
**Ensure all required binaries are available in your `$PATH`.**
|
|
141
146
|
|
|
@@ -229,10 +234,14 @@ Download the latest binary from the [Releases Page](https://github.com/eugeniofc
|
|
|
229
234
|
|
|
230
235
|
4. **📂 Inside SCP Manager**:
|
|
231
236
|
- `Tab` : Switch between **Local** ↔️ **Remote** panels.
|
|
232
|
-
- `Enter` : **
|
|
237
|
+
- `Enter` : **Enter** folder.
|
|
238
|
+
- `Backspace` : **Exit** folder.
|
|
239
|
+
- `c` : **Change** folder.
|
|
240
|
+
- `g` : **Get**/**Download** file/folder.
|
|
241
|
+
- `u` : **Upload** file/folder.
|
|
233
242
|
- `n` : Create **New** file/folder.
|
|
234
243
|
- `r` : **Rename** file.
|
|
235
|
-
- `
|
|
244
|
+
- `d` : **Delete** file.
|
|
236
245
|
- `/` : **Search** recursively.
|
|
237
246
|
|
|
238
247
|
5. **🖥️ Inside SSH Session**:
|