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).
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
.
- Sample help command
- Sample command error
- JavaScript
- Require.js - for importing dependencies.
- Just me so far, Carl Jimenez.