Skip to content

netzkolchose/jquery.browserterminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A jquery based browser terminal emulator using node-ansiparser and node-ansiterminal.

FEATURES

  • Unicode support (output only atm)
  • mouse support
  • resizable
  • true color

INSTALL

Run npm install -production in package directory for browser related stuff.

DEMO

  • With pty.js:

Run npm install && npm start and point your browser to http://localhost:8000

  • With Python:

Run python server.py and point your browser to http://localhost:8000

TODO

  • Unicode input
  • Mutation Observer for style attributes / automatic rescaling
  • make read/write callbacks configurable
  • tests
  • amd/bower support
  • documentation
  • and much more...

About

A jquery ANSI browser terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published