electerm 1.14.0 β 1.18.8
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 +29 -28
- package/npm/install.js +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,15 +18,35 @@ Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/
|
|
|
18
18
|
<img src="https://github.com/electerm/electerm-resource/raw/master/static/images/electerm.gif", alt="" />
|
|
19
19
|
</div>
|
|
20
20
|
|
|
21
|
+
## Features
|
|
22
|
+
|
|
23
|
+
- Works as a terminal/file manager or ssh/sftp client(similar to xshell)
|
|
24
|
+
- Global hotkey to toggle window visibility (similar to guake, default is `ctrl + 2`)
|
|
25
|
+
- Multi platform(linux, mac, win)
|
|
26
|
+
- πΊπΈ π¨π³ π§π· π·πΊ πͺπΈ π«π· πΉπ· ππ° π―π΅ πΈπ¦ Multi-language support([electerm-locales](https://github.com/electerm/electerm-locales), contributions/fixes welcome)
|
|
27
|
+
- Double click to directly edit (small) remote files.
|
|
28
|
+
- Edit (small) local files with built-in editor.
|
|
29
|
+
- Auth with publicKey + password.
|
|
30
|
+
- Zmodem(rz, sz).
|
|
31
|
+
- Transparent window(Mac, win).
|
|
32
|
+
- Terminal background image.
|
|
33
|
+
- Global/session proxy.
|
|
34
|
+
- Quick commands
|
|
35
|
+
- Sync bookmarks/themes/quick commands to github/gitee secret gist
|
|
36
|
+
- ~~Serial Port support~~(removed after version 1.10.14)
|
|
37
|
+
- Quick input to one or all terminals.
|
|
38
|
+
- Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
|
|
39
|
+
- Zip/transfer/auto-unzip folders.
|
|
40
|
+
|
|
21
41
|
## Download/install
|
|
22
42
|
|
|
23
43
|
- [https://electerm.github.io/electerm](https://electerm.github.io/electerm)
|
|
24
44
|
- From release: [https://github.com/electerm/electerm/releases](https://github.com/electerm/electerm/releases)
|
|
25
45
|
- For Mac user: `brew install --cask electerm`
|
|
26
|
-
- With snap: `sudo snap install electerm`
|
|
46
|
+
- With snap: `sudo snap install electerm --classic`
|
|
27
47
|
- For some Linux distribution, you can find it from OS default App store(Ubuntu, Deepin, Mint...).
|
|
28
48
|
- For some linux OS, the `rpm`, `deb`, or `snap` release may not work, you can try the `tar.gz` release.
|
|
29
|
-
- For Windows users, you can install it from windows store(
|
|
49
|
+
- For Windows users, you can install it from [windows store](https://www.microsoft.com/store/apps/9NCN7272GTFF), command-line installer [winget](https://github.com/microsoft/winget-cli) and [scoop](https://github.com/lukesampson/scoop) is also recommended:
|
|
30
50
|
|
|
31
51
|
```powershell
|
|
32
52
|
# winget https://github.com/microsoft/winget-cli
|
|
@@ -42,36 +62,17 @@ scoop install dorado/electerm
|
|
|
42
62
|
```bash
|
|
43
63
|
npm i -g electerm
|
|
44
64
|
|
|
45
|
-
# after
|
|
46
|
-
# for
|
|
65
|
+
# after installation, it will immediately open for windows and linux,
|
|
66
|
+
# for macOS, it will open the drag to install panel
|
|
47
67
|
|
|
48
68
|
```
|
|
49
69
|
|
|
50
70
|
## Upgrade
|
|
51
71
|
|
|
52
|
-
- Auto upgrade: When new version released, you will get upgrade notification after you start electerm again
|
|
72
|
+
- Auto upgrade: When a new version is released, you will get an upgrade notification after you start electerm again. You can then click the upgrade button to upgrade.
|
|
53
73
|
- Download: Just download the latest edition, reinstall.
|
|
54
74
|
- Npm: If you install from npm, just run `npm i -g electerm` again.
|
|
55
|
-
- If use Snap or some other distribution
|
|
56
|
-
|
|
57
|
-
## Features
|
|
58
|
-
|
|
59
|
-
- Work as a terminal/file manager or ssh/sftp client(similar to xshell)
|
|
60
|
-
- Global hotkey to toggle window visibility (simliar to guake, default is `ctrl + 2`)
|
|
61
|
-
- Multi platform(linux, mac, win)
|
|
62
|
-
- πΊπΈ π¨π³ π§π· π·πΊ πͺπΈ π«π· πΉπ· ππ° π―π΅ Support multi-language([electerm-locales](https://github.com/electerm/electerm-locales), contribute/fix welcome)
|
|
63
|
-
- Double click to directly edit remote file(small ones).
|
|
64
|
-
- Edit local file with built-in editor(small ones).
|
|
65
|
-
- Auth with publickey + password.
|
|
66
|
-
- Zmodem(rz, sz).
|
|
67
|
-
- Transparent window(Mac, win).
|
|
68
|
-
- Terminal background image.
|
|
69
|
-
- Global/session proxy.
|
|
70
|
-
- Quick commands
|
|
71
|
-
- Sync bookmarks/themes/quick commands to github/gitee secret gist
|
|
72
|
-
- ~~Serial Port support~~(removed after version 1.10.14)
|
|
73
|
-
- Quick input to one or all terminal
|
|
74
|
-
- Command line usage: check [wiki](https://github.com/electerm/electerm/wiki/Command-line-usage)
|
|
75
|
+
- If use Snap or some other distribution system, these systems may provide upgrades.
|
|
75
76
|
|
|
76
77
|
## Known issues
|
|
77
78
|
|
|
@@ -83,13 +84,13 @@ npm i -g electerm
|
|
|
83
84
|
|
|
84
85
|
## Support
|
|
85
86
|
|
|
86
|
-
Without
|
|
87
|
+
Without user feedback/suggestions/pull requests/language files, this project would not get this far.I would love to hear from you, please tell me what you think, [submit an issue](https://github.com/electerm/electerm/issues), [send me an email](mailto:zxdong@gmail.com), [create/fix language files](https://github.com/electerm/electerm-locales) or create pull requests, all are welcome.
|
|
87
88
|
|
|
88
89
|
## Dev
|
|
89
90
|
|
|
90
91
|
```bash
|
|
91
92
|
# tested in ubuntu16.04+/mac os 10.13+ only
|
|
92
|
-
#
|
|
93
|
+
# needs nodejs/npm, suggest using nvm to install nodejs/npm
|
|
93
94
|
# https://github.com/creationix/nvm
|
|
94
95
|
# with node 8.6+
|
|
95
96
|
|
|
@@ -97,7 +98,7 @@ git clone git@github.com:electerm/electerm.git
|
|
|
97
98
|
cd electerm
|
|
98
99
|
npm i
|
|
99
100
|
|
|
100
|
-
# start webpack dev server, requires 5570
|
|
101
|
+
# start webpack dev server, requires port 5570
|
|
101
102
|
npm start
|
|
102
103
|
|
|
103
104
|
# in a separate terminal session run app
|
package/npm/install.js
CHANGED
|
@@ -51,12 +51,11 @@ async function runLinux () {
|
|
|
51
51
|
await down(releaseInfo.browser_download_url)
|
|
52
52
|
// await down('http://192.168.0.67:7500/electerm-0.16.1.tar.gz')
|
|
53
53
|
exec(`mv ${target} ${targetNew}`)
|
|
54
|
-
exec(`echo "npm" > ${targetNew}/resources/install-src.txt`)
|
|
55
54
|
exec('electerm')
|
|
56
55
|
}
|
|
57
56
|
|
|
58
57
|
async function runMac () {
|
|
59
|
-
const releaseInfo = await getReleaseInfo(r =>
|
|
58
|
+
const releaseInfo = await getReleaseInfo(r => /mac-x64\.dmg$/.test(r.name))
|
|
60
59
|
await down(releaseInfo.browser_download_url, false)
|
|
61
60
|
// await down('http://192.168.0.67:7500/electerm-0.16.1-mac.dmg', false)
|
|
62
61
|
const target = resolve(__dirname, '../', releaseInfo.name)
|
package/package.json
CHANGED