Skip to content

A browser terminal made with Vanilla JavaScript

License

Notifications You must be signed in to change notification settings

autokitteh/browser-terminal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Terminal

A terminal built with Vanilla JavaScript. Can run on most modern browsers (I plan to use Babel to add cross-browser compatibility) and has some basic commands that you can find on real machine terminals (e.g. clear, echo, restart).

Installing

You can run the terminal by cloning it on your machine

https://github.com/CarlJimenez/browser-terminal.git

Run the index.html file on your browser (I recommend using Microsoft Edge: Beta Channel, because its the browser that I use. I suggest using modern browsers like Chrome and Firefox to avoid cross-browser compatibilities.

To see a list of built-in commands type help.

Screenshots

  • Sample help command

  • Sample command error

Built With

  • JavaScript
  • Require.js - for importing dependencies.

Authors

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 91.6%
  • CSS 5.8%
  • HTML 2.6%