electerm 1.24.13 β 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 +2 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
[](https://www.microsoft.com/store/apps/9NCN7272GTFF)
|
|
17
17
|
[](https://opencollective.com/electerm)
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Open-sourced terminal/ssh/telnet/serialport/sftp client(linux, mac, win).
|
|
20
20
|
|
|
21
21
|
<div align="center">
|
|
22
22
|
<img src="https://github.com/electerm/electerm-resource/raw/master/static/images/electerm.gif", alt="" />
|
|
@@ -24,7 +24,7 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
|
|
|
24
24
|
|
|
25
25
|
## Features
|
|
26
26
|
|
|
27
|
-
- Works as a terminal/file manager or ssh/sftp client
|
|
27
|
+
- Works as a terminal/file manager or ssh/telnet/serialport/sftp client
|
|
28
28
|
- Global hotkey to toggle window visibility (similar to guake, default is `ctrl + 2`)
|
|
29
29
|
- Multi platform(linux, mac, win)
|
|
30
30
|
- πΊπΈ π¨π³ π§π· π·πΊ πͺπΈ π«π· πΉπ· ππ° π―π΅ πΈπ¦ π©πͺ π°π· Multi-language support([electerm-locales](https://github.com/electerm/electerm-locales), contributions/fixes welcome)
|
|
@@ -38,7 +38,6 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
|
|
|
38
38
|
- Quick commands
|
|
39
39
|
- UI/terminal theme
|
|
40
40
|
- Sync bookmarks/themes/quick commands to github/gitee secret gist
|
|
41
|
-
- Support serial Port(version > 1.21.8)
|
|
42
41
|
- Quick input to one or all terminals.
|
|
43
42
|
- Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
|
|
44
43
|
|
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": {
|