{"id":19689183,"url":"https://github.com/nasan016/webshell","last_synced_at":"2025-04-29T08:35:10.337Z","repository":{"id":40621948,"uuid":"499649112","full_name":"nasan016/webshell","owner":"nasan016","description":"Customizable Terminal Styled Website","archived":false,"fork":false,"pushed_at":"2024-06-12T14:08:05.000Z","size":1696,"stargazers_count":265,"open_issues_count":0,"forks_count":69,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-11T18:48:20.457Z","etag":null,"topics":["css","html","terminal","terminal-based-portfolio","terminal-portfolio","terminal-style","terminal-style-website","terminal-styled","typescript","vercel","web-terminal","website-template"],"latest_commit_sha":null,"homepage":"https://webshellx.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nasan016.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-03T20:55:14.000Z","updated_at":"2024-11-09T03:18:30.000Z","dependencies_parsed_at":"2024-09-16T00:20:10.145Z","dependency_job_id":null,"html_url":"https://github.com/nasan016/webshell","commit_stats":null,"previous_names":["nasan016/webshell","nasan016/nasanterminal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasan016%2Fwebshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasan016%2Fwebshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasan016%2Fwebshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasan016%2Fwebshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nasan016","download_url":"https://codeload.github.com/nasan016/webshell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251465277,"owners_count":21593853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","terminal","terminal-based-portfolio","terminal-portfolio","terminal-style","terminal-style-website","terminal-styled","typescript","vercel","web-terminal","website-template"],"created_at":"2024-11-11T18:42:58.460Z","updated_at":"2025-04-29T08:35:09.960Z","avatar_url":"https://github.com/nasan016.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# [WebShell | Terminal Portfolio Website](https://webshellx.vercel.app/)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"banner\" src=\"https://raw.githubusercontent.com/nasan016/webshell/main/res/banner.png\"\u003e\n\u003c/div\u003e\n\n![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge\u0026logo=vercel\u0026logoColor=white)\n![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge\u0026logo=vite\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n\nCreate your own terminal styled website! Check out [term.nasan.dev](https://term.nasan.dev/) for an example.\n\n## Features\n* **[Tab]** for auto completion.\n* **[Esc]** to clear the input line.\n* **[↑][↓]** to scroll through your command history.\n\n## ???\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"banner\" src=\"https://raw.githubusercontent.com/nasan016/webshell/main/res/secret.png\"\u003e\n\u003c/div\u003e\nHow did we get here?\n\n## Configuration\n\nMost of the configuration is done in the `config.json` file.\n\n```json\n{\n  \"ascii\": [\n    \"██████╗ ██╗   ██╗ ██████╗\",\n    \"██╔══██╗██║   ██║██╔════╝\",\n    \"██║  ██║██║   ██║██║  ███╗\",\n    \"██║  ██║██║   ██║██║   ██║\",\n    \"██████╔╝╚██████╔╝╚██████╔╝\",\n    \"╚═════╝  ╚═════╝  ╚═════╝\",\n  ],\n  \"title\": \"Dug's Terminal\",\n  \"username\": \"guest\",\n  \"hostname\": \"dug.dev\",\n  \"password\": \"squirrel\",\n  \"repoLink\": \"https://github.com/nasan016/webshell\",\n  \"social\": {\n    \"email\": \"dug@pixar.com\",\n    \"github\": \"dugfromup\",\n    \"linkedin\": \"dugthedog\"\n  },\n  \"aboutGreeting\": \"My name is Dug. I have just met you.\",\n  \"projects\": [\n    [\n      \"Project Name\",\n      \"Project Description\",\n      \"Project Link\"\n    ],\n    [\n      \"Another Project Name\",\n      \"Another Project Description\",\n      \"Another Project Link\"\n    ]\n  ],\n  \"colors\": {\n      ...\n  }\n}\n```\n\n## Run the Project Locally:\n\nClone the repository\n```shell\ngit clone https://github.com/nasan016/webshell.git\n```\nGo to the project directory\n```shell\ncd webshell\n```\nInstall the dependencies\n```shell\nnpm install\n```\nStart the server\n```shell\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasan016%2Fwebshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasan016%2Fwebshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasan016%2Fwebshell/lists"}