https://github.com/paul1404/web-development
HTML-based Terminal-Website
https://github.com/paul1404/web-development
html-css-javascript linux linux-shell terminal-based
Last synced: 3 months ago
JSON representation
HTML-based Terminal-Website
- Host: GitHub
- URL: https://github.com/paul1404/web-development
- Owner: Paul1404
- Created: 2022-06-03T20:46:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T21:50:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T09:31:22.875Z (5 months ago)
- Topics: html-css-javascript, linux, linux-shell, terminal-based
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Terminal
This is a simple HTML/JavaScript code that creates a terminal-like website. You can modify or create commands using JavaScript.
## Usage
To use this web terminal, simply open the HTML file in a web browser. You will be presented with a terminal-like interface where you can enter commands.
### Commands
The following commands are currently available:
- `iam`: Pass your name as an argument to be greeted by the terminal.
- `founder`: Displays the founder of the website.
- `help`: Displays a list of available commands.
- `ls`: Shows the current directory content.
- `nmap`: Runs a network scan.
- `pwd`: Shows the current directory.
- `sudo`: Runs as a super user (not really).
- `whoami`: Shows the current user.Note that some of these commands may not function as expected, as this is a simple demonstration of a web terminal.