AE0L / browser-terminal

A browser terminal made with Vanilla JavaScript

Home Page:https://ae0l.github.io/browser-terminal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A browser terminal made with Vanilla JavaScript

https://ae0l.github.io/browser-terminal/

License:MIT License


Languages

Language:JavaScript 91.6%Language:CSS 5.8%Language:HTML 2.6%