All Projects → electerm → Electerm

electerm / Electerm

Licence: mit
📻Terminal/ssh/sftp client(linux, mac, win)

Programming Languages

javascript
184084 projects - #8 most used programming language
stylus
462 projects

Projects that are alternatives of or similar to Electerm

Snowflake
Graphical SFTP client and terminal emulator with helpful utilities
Stars: ✭ 1,676 (-64.81%)
Mutual labels:  terminal, sftp, ssh
Webterminal
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django
Stars: ✭ 1,124 (-76.4%)
Mutual labels:  terminal, sftp, ssh
Windterm
A quicker and better cross-platform SSH/Sftp/Shell/Telnet/Serial client.
Stars: ✭ 345 (-92.76%)
Mutual labels:  terminal, sftp, ssh
Fff
📁 A simple file manager written in bash.
Stars: ✭ 3,445 (-27.67%)
Mutual labels:  file-manager, terminal
Eternalterminal
Re-Connectable secure remote shell
Stars: ✭ 2,191 (-54%)
Mutual labels:  terminal, ssh
Rover
simple file browser for the terminal
Stars: ✭ 278 (-94.16%)
Mutual labels:  file-manager, terminal
Filestash
🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
Stars: ✭ 5,231 (+9.83%)
Mutual labels:  file-manager, sftp
Cfiles
A ncurses file manager written in C with vim like keybindings
Stars: ✭ 319 (-93.3%)
Mutual labels:  file-manager, terminal
Upterm
Secure Terminal Sharing
Stars: ✭ 261 (-94.52%)
Mutual labels:  terminal, ssh
Remote-File-Manager
Server Based GUI File Manager
Stars: ✭ 55 (-98.85%)
Mutual labels:  sftp, file-manager
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+175.83%)
Mutual labels:  file-manager, terminal
ssh
golang ssh lib simple for use
Stars: ✭ 15 (-99.69%)
Mutual labels:  ssh, sftp
Xterm.js
A terminal for the web
Stars: ✭ 12,019 (+152.34%)
Mutual labels:  terminal, ssh
Awesome Terminal Commands
An awesome resource listing and explaining various commonly used *nix commands
Stars: ✭ 109 (-97.71%)
Mutual labels:  terminal, ssh
Lf
Terminal file manager
Stars: ✭ 3,686 (-22.61%)
Mutual labels:  file-manager, terminal
Leash
Browser Shell
Stars: ✭ 108 (-97.73%)
Mutual labels:  terminal, ssh
Nnn.vim
File manager for vim/neovim powered by n³
Stars: ✭ 414 (-91.31%)
Mutual labels:  file-manager, terminal
sshtools
Java SSH tools - easier SSH & SFTP in Java
Stars: ✭ 15 (-99.69%)
Mutual labels:  ssh, sftp
Alfred Ssh
SSH workflow for Alfred for Mac with powerful hostname expansion/completion
Stars: ✭ 78 (-98.36%)
Mutual labels:  terminal, ssh
Remotefiles
An open source SFTP client for Android and iOS
Stars: ✭ 97 (-97.96%)
Mutual labels:  file-manager, sftp

electerm

GitHub version GitHub Actions license JavaScript Style Guide Get it from the Snap Store

Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs.

Features

  • Work as a terminal/file manager or ssh/sftp client(similar to xshell)
  • Global hotkey to toggle window visibility (simliar to guake, default is ctrl + 2)
  • Multi platform(linux, mac, win)
  • 🇺🇸 🇨🇳 🇧🇷 🇷🇺 🇪🇸 🇫🇷 🇹🇷 🇭🇰 🇯🇵 🇸🇦 Support multi-language(electerm-locales, contribute/fix welcome)
  • Double click to directly edit remote file(small ones).
  • Edit local file with built-in editor(small ones).
  • Auth with publickey + password.
  • Zmodem(rz, sz).
  • Transparent window(Mac, win).
  • Terminal background image.
  • Global/session proxy.
  • Quick commands
  • Sync bookmarks/themes/quick commands to github/gitee secret gist
  • Serial Port support(removed after version 1.10.14)
  • Quick input to one or all terminal
  • Command line usage: check wiki
  • Zip and transfer folder and auto unzip

Download/install

# winget https://github.com/microsoft/winget-cli
winget install electerm

# scoop https://github.com/lukesampson/scoop
scoop bucket add dorado https://github.com/chawyehsu/dorado
scoop install dorado/electerm
  • Install from npm
npm i -g electerm

# after install it will open at once for windows and linux,
# for mac, will open the drag to install panel

Upgrade

  • Auto upgrade: When new version released, you will get upgrade notification after you start electerm again, then you click the upgrade button to upgrade.
  • Download: Just download the latest edition, reinstall.
  • Npm: If you install from npm, just run npm i -g electerm again.
  • If use Snap or some other distribution systems, these systems may provide upgrade.

Known issues

https://github.com/electerm/electerm/wiki/Know-issues

Troubleshoot

https://github.com/electerm/electerm/wiki/Troubleshoot

Support

Without users's feedbacks/suggestions/pull requests/language files, this project would not get this far, would love to hear from you, please tell me what you think, submit an issue, send me an email, create/fix language files or create pull requests, all welcome.

Dev

# tested in ubuntu16.04+/mac os 10.13+ only
# need nodejs/npm, suggest using nvm to install nodejs/npm
# https://github.com/creationix/nvm
# with node 8.6+

git clone [email protected]:electerm/electerm.git
cd electerm
npm i

# start webpack dev server, requires 5570 port
npm start

# in a separate terminal session run app
npm run app

# code format check
npm run lint

# code format fix
npm run fix

Test

npm run pre-test
cp .sample.env .env
# then edit .env, fill your test host/username/password
npm run test

Test build

# Tested only in ubuntu 16.04 x64+
# Install yarn first(to do yarn autoclean)
# See https://yarnpkg.com/en/docs/install

# Build linux only with -l
npm i
npm run pre-test
npm run release -l
# visit dist/

Use

Change log

Visit Releases.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].