Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal-HTML

A Dummy Linux Terminal Emulator built with HTML, CSS & JavaScript

Description

Terminal-HTML is a lightweight web-based Linux emulator. You can type commands, explore a virtual filesystem, and experience a terminal right in your browser—no installation required! Perfect for learning, practicing basic Linux commands, or just having fun.

Features

Interactive command-line interface

Fake Linux filesystem navigation

Supports basic commands like ls, cd, cat, and custom commands

Stylish, responsive UI designed with HTML & CSS

Fully client-side: works in any modern browser

Installation / Usage

Clone the repo:

git clone https://github.com/builtbyashwin/Terminal.git

Open index.html in any modern browser.

Start typing commands in the terminal!

Commands

List of supported commands (you can edit depending on what you implemented):

help – shows all commands

ls – list files

cd – navigate folders

mkdir – makes a directory

pwd - shows present working directory

whoami - shows the username you logged in as

rmdir - removes a directory

Contributing

Feel free to add more commands or features! Open a PR or issue if you find bugs.

License

GNU General Public License v3.0

About

Minimal dummy Linux terminal emulator, built entirely on HTML CSS and JS

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages