Terminal for Everyone is a web-based terminal-like interface built using the jQuery Terminal plugin. The code includes two JavaScript files (jquery-3.3.1.min.js and jquery.terminal.min.js) as well as a CSS file (jquery.terminal.min.css) that are imported from external sources.
- Custom terminal commands including:
hello: Echoes a greeting message to the user.docs: Echoes a statement about the documentation.help: Echoes a list of available commands with brief descriptions.dir: Echoes a list of all folders.open: Opens a website in a new tab based on the user's input.clear: Clears the terminal screen.git: Opens the GitHub profile of a specific user.exit: Closes the terminal window.explore ayush: Prompts the user to enter a password and allows popups on the webpage.open_docs: Opens the practical list of 4th sem subjects taught in Charusat. Typeopen_docs helpfor more information.attack: Displays a message with a number less than or equal to 50.knock knock: Displays a knock knock joke.sem 5: display the subjects of that semester.- Home Page: Added a new home page with a section to contact us via email about any suggestions.
To use this terminal, simply open the index.html file in a web browser. The terminal will display a greeting message and you can start using the custom commands by typing them in the terminal prompt.
To download the repository, you can either:
- Click the green "Code" button above and select "Download ZIP" to download a compressed version of the code, or
- Run the following command in your terminal: git clone https://github.com/13Aluminium/terminal-for-everyone.git