electerm 2.3.100 → 2.3.113
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 +6 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</h1>
|
|
6
6
|
|
|
7
|
-
[
|
|
7
|
+
# 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
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
[](https://github.com/electerm/electerm/releases)
|
|
9
|
+
[](https://github.com/electerm/electerm/releases)
|
|
12
10
|
[](https://github.com/electerm/electerm/actions)
|
|
13
|
-
[](https://github.com/electerm/electerm/blob/master/LICENSE)
|
|
14
12
|
[](https://standardjs.com)
|
|
15
13
|
[](https://snapcraft.io/electerm)
|
|
16
14
|
[](https://www.microsoft.com/store/apps/9NCN7272GTFF)
|
|
17
15
|
[](https://electerm-repos.html5beta.com/deb)
|
|
18
16
|
[](https://github.com/sponsors/electerm)
|
|
19
17
|
|
|
18
|
+
[](README.md) [](README_cn.md)
|
|
19
|
+
|
|
20
20
|
[](https://www.digitalocean.com/?refcode=c10bcb28b846&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
|
|
21
21
|
|
|
22
22
|
[](https://vercel.com/oss)
|
|
@@ -52,6 +52,7 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
|
|
|
52
52
|
- Sync bookmarks/themes/quick commands to github/gitee secret gist
|
|
53
53
|
- Quick input to one or all terminals.
|
|
54
54
|
- AI assistant integration (supporting [DeepSeek](https://www.deepseek.com), OpenAI, and other AI APIs) to help with command suggestions, script writing, and explaining selected terminal content
|
|
55
|
+
- Deep link support: Open connections with URLs like `telnet://192.168.2.31:34554` or `ssh://user@host:22` - see [DEEP_LINK_SUPPORT.md](DEEP_LINK_SUPPORT.md)
|
|
55
56
|
- Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
|
|
56
57
|
|
|
57
58
|
## Download
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.113",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"zmodem-ts": "1.0.4"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@electerm/electerm-locales": "2.1.
|
|
103
|
+
"@electerm/electerm-locales": "2.1.51",
|
|
104
104
|
"@electerm/electerm-themes": "^1.0.1",
|
|
105
105
|
"@electerm/nedb": "1.8.0",
|
|
106
106
|
"@electerm/rdpjs": "^1.0.0",
|