terminal-scape

Your personalized terminal start page for seamless browsing and productivity.

MIT License

Stars
12

Bot releases are hidden (Show)

terminal-scape - V.1.0 Latest Release

Published by terminal-start 6 months ago

This web interface emulates a terminal environment, providing users with a range of functionalities for managing options, executing commands, and enhancing user interaction.

Option Management Functions:

loadOptions(): Loads previously saved options when the page loads.
saveOption(option): Saves a new option provided by the user.
addOption(option): Adds a new option to the interface and saves it for future use.
clearOptions(): Clears all saved options from the interface and storage.
removeOption(optionToRemove): Deletes a specific option from the saved list.
reloadOptions(): Refreshes the displayed options in the interface.
Command Execution Functions:

executeCommand(): Processes and executes the user-entered command, including adding, removing, or clearing options, opening links, or performing searches.
googleSearch(query): Conducts a Google search based on the user's input query.
openLink(url): Opens a URL provided by the user directly in the current tab or window.
User Interaction Functions:

handleEnter(event): Listens for the Enter key press event to execute commands, enhancing user interaction.
showCommand(command): Displays examples of commands when clicked, helping users understand available options.
Time Widget Function:

updateTime(): Automatically updates and displays the current time every second, providing real-time information to users.

Related Projects