Skip to content
forked from electerm/electerm

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

License

Notifications You must be signed in to change notification settings

vts163/electerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

or install from npm(linux x86-64 only)

npm i -g electerm

# after install it will open at once
# you can  run it from terminal by
electerm

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 [email protected]: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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.1%
  • Stylus 4.3%
  • Other 0.6%