electerm 1.18.8 → 1.19.0
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,7 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
|
|
|
28
28
|
- Edit (small) local files with built-in editor.
|
|
29
29
|
- Auth with publicKey + password.
|
|
30
30
|
- Zmodem(rz, sz).
|
|
31
|
+
- [Trzsz](https://github.com/trzsz/trzsz)(trz/tsz), similar to rz/sz, and compatible with tmux.
|
|
31
32
|
- Transparent window(Mac, win).
|
|
32
33
|
- Terminal background image.
|
|
33
34
|
- Global/session proxy.
|
package/package.json
CHANGED