131 / xterm2

xterm, for the browser
MIT License
6 stars 1 forks source link

xterm2

xterm2 is a terminal front-end component written in JavaScript that works in the browser.
It enables applications to provide fully featured terminals to their users and create great development experiences.

Fork(s)

xterm2 is usable as a drop-in replacement of xterm, is all situation (client side, browserify, electron/nw.js) as it provides the same surface API & signatures.

Differences with main project

Installation / usage

npm install xterm2
# var Terminal = require('xterm2');

Features

What xterm2 is not

Real term binding demo

To launch the demo simply run:

npm install
npm run demo

Then open http://localhost:3000/

Addons

Addons are JavaScript modules that attach functions to the Terminal prototype to extend its functionality. There are a handful available in the main repository in the addons directory, you can even write your own (though they may break when the internals of xterm2 change across versions). See the demo app for addon-usage sample.

Todo / ongoing

License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.

xterm2 Copyright (c) 2016, Francois Leurent (MIT License)
xterm.js Copyright (c) 2014-2016, SourceLair, Private Company (MIT License)
xterm.js Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)