All Projects → jotaen → webshell.js

jotaen / webshell.js

Licence: Apache-2.0 License
A command line interpreter that runs in the browser.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects

webshell.js

Build Status Coverage Status Dependencies

                __         __         ____    _     
 _      _____  / /_  _____/ /_  ___  / / /   (_)____
| | /| / / _ \/ __ \/ ___/ __ \/ _ \/ / /   / / ___/
| |/ |/ /  __/ /_/ (__  ) / / /  __/ / /   / (__  )
|__/|__/\___/_.___/____/_/ /_/\___/_/_(_)_/ /____/  
                                       /___/        

webshell.js is a command line interpreter that runs in your browser.

Overview

Live Demo:

See webshell.js in action

Download:

Documentation:

Read the docs

Get started

  1. Download or build webshell.js
  2. Include webshell.js file with a <script src=""> tag in your webpage.
  3. Create an empty <div> element with a custom id, e.g.: <div id="atari"></div>
  4. Call the function createWebshell() and pass it the id of the div-element, e.g.: createWebshell('atari')

See the basic example.

Styling

The webshell outputs nearly bare, unstyled HTML. In order to make it look good you must provide some CSS.

For your convenience, choose one of the available themes and include it via <style> or <link href="">.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].