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

brody4hire/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, it works as a combination of guake and xshell
  • it is still on its early stage, more feature/test will be added.

dowload

http://electerm.html5beta.com

feature

  • work as a terminal or ssh/sftp client(similar to xshell)
  • hotkey to bring window back to front(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 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/

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.4%
  • CSS 3.7%
  • Other 0.9%
0