Forked from https://github.com/nasan016/webshell
- [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.
Generate ascii here. ANSI Shadow is the current font family.
{
"ascii": [
"███████╗██╗ ██╗ █████╗ ██╗ ██╗",
"██╔════╝██║ ██║██╔══██╗██║ ██║",
"███████╗███████║███████║██║ █╗ ██║",
"╚════██║██╔══██║██╔══██║██║███╗██║",
"███████║██║ ██║██║ ██║╚███╔███╔╝",
"╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝"
],
"repoLink": "https://github.com/shawakash/shaws",
"social": {
"email": "shawakash2003@gmail.com",
"github": "shawakash",
"linkedin": "shawakash"
},
"aboutGreeting": "Hi I'm Akash. I'm a full stack engineer doing undergrad in ECE.",
"projects": [
[
"PayBox",
"Web3 Wallet For Buisness.",
"https://github.com/shawkash/payBox"
],
[
"Youtube Creator",
"Full stack framework for Uploading youtube videos where editor can edit which then could be published on providing authentication.",
"https://github.com/shawkash/youtubeCreator"
],
[
"Whatsai",
"Whatsapp Bot that lets you talk to ai(chatgpt)",
"https://github.com/shawakash/whatsai"
],
[
"Game_Of_Life",
"Conway's game of life implementaion in rust.",
"https://github.com/shawakash/game_of_life"
],
[
"xChange",
"Upcoming a end to end exchange like binance",
"https://github.com/shawakash/game_of_life"
],
[
"Distributed Chat System",
"Pub/Sub redis powered chat backend.",
"https://github.com/shawakash/DistributeChat_Redis"
],
[
"Course_Selling App",
"Simple Crud based Course selling app.",
"https://github.com/shawakash/Course-Selling-App"
],
]
}
Clone the repository
git clone https://github.com/nasan016/webshell.git
Go to the project directory
cd webshell
Install the dependencies
yarn install
Start the server
yarn run dev