8000 GitHub - world520ai/electerm: terminal/ssh/sftp client(linux, mac, win) based on electron/node-pty/xterm/antd and other libs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

world520ai/electerm

 
 

Repository files navigation

electerm

GitHub version Build Status Build status Dependency Status Dev Dependency Status license

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

dowload

or 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

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)
  • support multi platform(linux, mac, win)
  • support multi-language(https://github.com/electerm/electerm-locales)

issues/todo/roadmap/tell me what you think

https://github.com/electerm/electerm/issues

dev

# tested on ubuntu16.04 only
# with node 8.6+

git clone git@github.com:electerm/electerm.git
cd electerm
npm i

# server
npm run s

# client
npm run c

# app
npm run dev

test

npm run pre-test
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 run release -l
# visit dist/

changelog

visit https://github.com/electerm/electerm/releases

license

MIT

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.0%
  • CSS 4.4%
  • Other 0.6%
0