electerm 1.23.32 → 1.25.6
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 +16 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</h1>
|
|
6
6
|
|
|
7
|
+
[中文](README_cn.md)
|
|
8
|
+
|
|
7
9
|
# electerm [](https://twitter.com/intent/tweet?text=Open%20sourced%20terminal%2Fssh%2Fsftp%20client(linux%2C%20mac%2C%20win)&url=https%3A%2F%2Fgithub.com%2Felecterm%2Felecterm&hashtags=electerm,ssh,terminal,sftp)
|
|
8
10
|
|
|
9
11
|
[](https://github.com/electerm/electerm/releases)
|
|
@@ -12,9 +14,9 @@
|
|
|
12
14
|
[](https://standardjs.com)
|
|
13
15
|
[](https://snapcraft.io/electerm)
|
|
14
16
|
[](https://www.microsoft.com/store/apps/9NCN7272GTFF)
|
|
17
|
+
[](https://opencollective.com/electerm)
|
|
15
18
|
|
|
16
|
-
|
|
17
|
-
Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/[useProxy](https://github.com/tylerlong/use-proxy) and other libs.
|
|
19
|
+
Open-sourced terminal/ssh/telnet/serialport/sftp client(linux, mac, win).
|
|
18
20
|
|
|
19
21
|
<div align="center">
|
|
20
22
|
<img src="https://github.com/electerm/electerm-resource/raw/master/static/images/electerm.gif", alt="" />
|
|
@@ -22,12 +24,11 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
|
|
|
22
24
|
|
|
23
25
|
## Features
|
|
24
26
|
|
|
25
|
-
- Works as a terminal/file manager or ssh/sftp client
|
|
27
|
+
- Works as a terminal/file manager or ssh/telnet/serialport/sftp client
|
|
26
28
|
- Global hotkey to toggle window visibility (similar to guake, default is `ctrl + 2`)
|
|
27
29
|
- Multi platform(linux, mac, win)
|
|
28
|
-
- 🇺🇸 🇨🇳 🇧🇷 🇷🇺 🇪🇸 🇫🇷 🇹🇷 🇭🇰 🇯🇵 🇸🇦 🇩🇪 Multi-language support([electerm-locales](https://github.com/electerm/electerm-locales), contributions/fixes welcome)
|
|
30
|
+
- 🇺🇸 🇨🇳 🇧🇷 🇷🇺 🇪🇸 🇫🇷 🇹🇷 🇭🇰 🇯🇵 🇸🇦 🇩🇪 🇰🇷 Multi-language support([electerm-locales](https://github.com/electerm/electerm-locales), contributions/fixes welcome)
|
|
29
31
|
- Double click to directly edit (small) remote files.
|
|
30
|
-
- Edit (small) local files with built-in editor.
|
|
31
32
|
- Auth with publicKey + password.
|
|
32
33
|
- Support Zmodem(rz, sz).
|
|
33
34
|
- Support [Trzsz](https://github.com/trzsz/trzsz)(trz/tsz), similar to rz/sz, and compatible with tmux.
|
|
@@ -37,7 +38,6 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
|
|
|
37
38
|
- Quick commands
|
|
38
39
|
- UI/terminal theme
|
|
39
40
|
- Sync bookmarks/themes/quick commands to github/gitee secret gist
|
|
40
|
-
- Support serial Port(version > 1.21.8)
|
|
41
41
|
- Quick input to one or all terminals.
|
|
42
42
|
- Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
|
|
43
43
|
|
|
@@ -98,6 +98,16 @@ npm i -g electerm
|
|
|
98
98
|
|
|
99
99
|
Would love to hear from you, please tell me what you think, [submit an issue](https://github.com/electerm/electerm/issues), [Start a new discussion](https://github.com/electerm/electerm/discussions/new), [create/fix language files](https://github.com/electerm/electerm-locales) or create pull requests, all welcome.
|
|
100
100
|
|
|
101
|
+
## Sponsor this project
|
|
102
|
+
|
|
103
|
+
open collective
|
|
104
|
+
|
|
105
|
+
[](https://opencollective.com/electerm)
|
|
106
|
+
|
|
107
|
+
wechat donate
|
|
108
|
+
|
|
109
|
+
[](https://github.com/electerm)
|
|
110
|
+
|
|
101
111
|
## Dev
|
|
102
112
|
|
|
103
113
|
```bash
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Terminal/ssh/sftp client(linux, mac, win)
|
|
3
|
+
"version": "1.25.6",
|
|
4
|
+
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
7
7
|
"scripts": {
|