Author: | Kirkhammetz |
---|---|
Views Total: | 2,398 views |
Official Page: | Go to website |
Last Update: | September 20, 2018 |
License: | MIT |
Preview:

Description:
Termly.js is a pure JavaScript plugin used to generate a configurable, extendable bash terminal with custom commands & filesystem on your browser.
How to use it:
Import the minified version of the Termly.js plugin to your web project.
<script src='termly-prompt.min.js'></script>
Create a container for the Terminal:
<div id="container"> </div>
Render a default terminal into the container.
var shell = new TermlyPrompt('#container')
Changelog:
09/20/2018
- Added history to shell, added history command, added arrow to navigate history from Prompt wrapper