- [Tab] for auto completion.
- [Esc] to clear the input line.
- [↑][↓] to scroll through your command history.
Most of the configuration is done in the config.json file.
{
"ascii": [
"██████╗ ██╗ ██╗ ██████╗",
"██╔══██╗██║ ██║██╔════╝",
"██║ ██║██║ ██║██║ ███╗",
"██║ ██║██║ ██║██║ ██║",
"██████╔╝╚██████╔╝╚██████╔╝",
"╚═════╝ ╚═════╝ ╚═════╝",
],
"title": "c4g7's Terminal",
"username": "guest",
"hostname": "c4g7.com",
"password": "squirrel",
"repoLink": "https://github.com/c4g7-dev/webshell-v1",
"social": {
"email": "me@c4g7.com",
"github": "c4g7-dev",
},
"aboutGreeting": "My name is c4g7. I have just met you.",
"projects": [
[
"Project Name",
"Project Description",
"Project Link"
],
[
"Another Project Name",
"Another Project Description",
"Another Project Link"
]
],
"colors": {
...
}
}Clone the repository
git clone https://github.com/c4g7-dev/WebShell-v1.gitGo to the project directory
cd webshell-v1
Install the dependencies
npm install
Start the server
npm run dev

