Dropdown terminal
WTerminal is installed on this site as a dropdown/quake style terminal.
How to use the terminal:
- Open terminal: press Backquote ` AKA tilde, or click the "Open terminal" button below.
- Use terminal commands: type "help" or "?" and press enter to get started.
- Close terminal: press Escape
How to add the terminal to a site:
Add the CSS and JavaScript files to your site header:
<link rel="stylesheet" href="css/wterminal.css" />
<script src="js/wterminal.js"></script>
Then add a script ellement with:
WTerminal.instalDropdownTerminal();
Or
new WTerminal("dropdown", null, null);