electerm 1.21.57 → 1.21.73
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 +7 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -35,6 +35,7 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
|
|
|
35
35
|
- Terminal background image.
|
|
36
36
|
- Global/session proxy.
|
|
37
37
|
- Quick commands
|
|
38
|
+
- UI/terminal theme
|
|
38
39
|
- Sync bookmarks/themes/quick commands to github/gitee secret gist
|
|
39
40
|
- Support serial Port(version > 1.21.8)
|
|
40
41
|
- Quick input to one or all terminals.
|
|
@@ -76,6 +77,11 @@ npm i -g electerm
|
|
|
76
77
|
- Npm: If you install from npm, just run `npm i -g electerm` again.
|
|
77
78
|
- If use Snap or some other distribution system, these systems may provide upgrades.
|
|
78
79
|
|
|
80
|
+
## Themes
|
|
81
|
+
|
|
82
|
+
- https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/electerm
|
|
83
|
+
- https://github.com/Hope-IT-Works/electerm-theme-termius
|
|
84
|
+
|
|
79
85
|
## Known issues
|
|
80
86
|
|
|
81
87
|
[https://github.com/electerm/electerm/wiki/Know-issues](https://github.com/electerm/electerm/wiki/Know-issues)
|
|
@@ -117,22 +123,13 @@ npm run lint
|
|
|
117
123
|
npm run fix
|
|
118
124
|
```
|
|
119
125
|
|
|
120
|
-
If you encounter some errors when running ```npm run app``` like ```libatk1.0.so.0: cannot open shared object file``` or ```libgtk-3.so.0: cannot open shared object file``` you need to install some required libraries (example for Ubuntu in WSL 2) :
|
|
121
|
-
|
|
122
|
-
```bash
|
|
123
|
-
sudo apt install libatk1.0-0 libatk1.0-dev libatk-bridge2.0-0 libatk-bridge2.0-dev libgtk-3-0 libgtk-3-dev
|
|
124
|
-
```
|
|
125
|
-
|
|
126
126
|
## Test
|
|
127
127
|
|
|
128
128
|
```bash
|
|
129
129
|
npm run pre-test
|
|
130
130
|
cp .sample.env .env
|
|
131
131
|
|
|
132
|
-
#
|
|
133
|
-
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright@1.20.2 --no-save
|
|
134
|
-
|
|
135
|
-
# then edit .env, fill your test host/username/password, may only works in mac OS
|
|
132
|
+
# edit .env, fill your test host/username/password, may only works in mac OS
|
|
136
133
|
npm run test
|
|
137
134
|
```
|
|
138
135
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.73",
|
|
4
4
|
"description": "Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"bugs": {
|
|
25
25
|
"url": "https://github.com/electerm/electerm/issues"
|
|
26
26
|
},
|
|
27
|
-
"homepage": "https://electerm.
|
|
27
|
+
"homepage": "https://electerm.html5beta.com",
|
|
28
28
|
"engines": {
|
|
29
29
|
"node": ">=16.0.0"
|
|
30
30
|
},
|