- [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": [
"██████╗ ██╗ ██╗ ██████╗",
"██╔══██╗██║ ██║██╔════╝",
"██║ ██║██║ ██║██║ ███╗",
"██║ ██║██║ ██║██║ ██║",
"██████╔╝╚██████╔╝╚██████╔╝",
"╚═════╝ ╚═════╝ ╚═════╝"
],
"repoLink": "https://github.com/qurashi-aqeel/webshell",
"social": {
"email": "dug@pixar.com",
"github": "dugfromup",
"linkedin": "dugthedog"
},
"aboutGreeting": "My name is Dug. I have just met you.",
"projects": [
["Project Name", "Project Description", "Project Link"],
[
"Another Project Name",
"Another Project Description",
"Another Project Link"
]
]
}
Clone the repository
git clone https://github.com/qurashi-aqeel/webshell.git
Go to the project directory
cd webshell
Install the dependencies
npm install
Start the server
npm run dev