A command line interface for any website that anyone with very basic website coding knowledge can get up and running and customize quickly and easily.
- Create a fun and nerdy way to interact with websites.
- Keep it as simple as adding a hamburger menu to a website. Beginner webmasters should be able to copy/paste the code and have a version up and running quickly.
- Copy the code in terminal2.html and paste it where you want it.
- If pasting into an existing page you may delete from
<html>
to<body>
and delete</body>
and</html>
at the end. - Replace the response verbiage you see throughout with your own.
- $b = "terminal billy" and/or terminal is ready to accept commands, type them here.
- This readme won't list available commands since the "help" command lists them.
- If you have an idea, go to the discussion board (look for the tab within this repository's menu above).
- If you want to report a bug look for the issues tab above.
- If you are a developer, I accept pull requests.