Skip to content

Chrome extension based on NodeJS and tty.js that loads a terminal window on your browser

Notifications You must be signed in to change notification settings

jmarizgit/nodeterm.ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeTerm

Chrome extension that loads a terminal window on your browser

Dependencies:

NodeJS - http://nodejs.org/ tty.js - https://github.com/chjj/tty.js

After install NodeJS run this command on your terminal window:

npm install tty.js

Starting terminal service:

In the terminal run this:

nohup tty.js &

This will run the tty.js process in background (&) and will keep this process alive after you logged out (nohup).

How to load your extension in chrome:

http://code.google.com/chrome/extensions/getstarted.html#load

Enjoy your new terminal window on your browser.

MM

About

Chrome extension based on NodeJS and tty.js that loads a terminal window on your browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published