ssh-x-term 1.0.20 → 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.
Files changed (2) hide show
  1. package/README.md +15 -9
  2. 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>
@@ -28,10 +31,7 @@ Cross-platform features include support for `passh` (Unix), `plink.exe` (Windows
28
31
  [![Watch on YouTube](https://img.shields.io/badge/Watch_on_YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=C-s-Lh_VdpQ)
29
32
 
30
33
  <br><br>
31
-
32
- <video src="media/demo.mp4" controls="controls" autoplay="autoplay" loop="loop" muted="muted" style="max-width: 100%; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.2);">
33
- Your browser does not support the video tag.
34
- </video>
34
+ ![Demo](media/demo.gif)
35
35
 
36
36
  </div>
37
37
 
@@ -136,9 +136,11 @@ ssh-x-term/
136
136
  - 🐧 **Linux**: Secret Service API (`gnome-keyring`, `kwallet`, etc.)
137
137
  - 🪟 **Windows**: Credential Manager (built-in)
138
138
  - **External Tools**:
139
- - `passh` (Unix) or `plink.exe` (Windows) for password automation.
140
- - `tmux` (optional) for multi-window support.
141
- - `bw` (optional) for Bitwarden integration.
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
142
144
 
143
145
  **Ensure all required binaries are available in your `$PATH`.**
144
146
 
@@ -232,10 +234,14 @@ Download the latest binary from the [Releases Page](https://github.com/eugeniofc
232
234
 
233
235
  4. **📂 Inside SCP Manager**:
234
236
  - `Tab` : Switch between **Local** ↔️ **Remote** panels.
235
- - `Enter` : **Upload** (Local→Remote) or **Download** (Remote→Local).
237
+ - `Enter` : **Enter** folder.
238
+ - `Backspace` : **Exit** folder.
239
+ - `c` : **Change** folder.
240
+ - `g` : **Get**/**Download** file/folder.
241
+ - `u` : **Upload** file/folder.
236
242
  - `n` : Create **New** file/folder.
237
243
  - `r` : **Rename** file.
238
- - `x` : **Delete** file.
244
+ - `d` : **Delete** file.
239
245
  - `/` : **Search** recursively.
240
246
 
241
247
  5. **🖥️ Inside SSH Session**:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssh-x-term",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "TUI to handle multiple SSH connections simultaneously",
5
5
  "main": "index.js",
6
6
  "bin": {