electerm 2.3.113 → 2.3.118
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 +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
[](https://www.microsoft.com/store/apps/9NCN7272GTFF)
|
|
15
15
|
[](https://electerm-repos.html5beta.com/deb)
|
|
16
16
|
[](https://github.com/sponsors/electerm)
|
|
17
|
+
[](https://github.com/tylerlong/manate)
|
|
17
18
|
|
|
18
19
|
[](README.md) [](README_cn.md)
|
|
19
20
|
|
|
@@ -23,8 +24,6 @@
|
|
|
23
24
|
|
|
24
25
|
Open-sourced terminal/ssh/telnet/serialport/RDP/VNC/sftp/ftp client(linux, mac, win).
|
|
25
26
|
|
|
26
|
-
Powered by [manate](https://github.com/tylerlong/manate)
|
|
27
|
-
|
|
28
27
|
For experienced developers, you may try the web app version running in browser(including mobile device): [electerm-web](https://github.com/electerm/electerm-web) or [docker image for electerm-web](https://github.com/electerm/electerm-web-docker)
|
|
29
28
|
|
|
30
29
|
Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5beta.com)
|
|
@@ -52,7 +51,7 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
|
|
|
52
51
|
- Sync bookmarks/themes/quick commands to github/gitee secret gist
|
|
53
52
|
- Quick input to one or all terminals.
|
|
54
53
|
- 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 [
|
|
54
|
+
- Deep link support: Open connections with URLs like `telnet://192.168.2.31:34554` or `ssh://user@host:22` - see [Deep link support wiki](https://github.com/electerm/electerm/wiki/Deep-link-support)
|
|
56
55
|
- Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
|
|
57
56
|
|
|
58
57
|
## Download
|