{"id":28389127,"url":"https://github.com/sheratan095/simpleshell","last_synced_at":"2026-02-11T10:02:05.683Z","repository":{"id":243586619,"uuid":"812804105","full_name":"Sheratan095/SimpleShell","owner":"Sheratan095","description":"My own command prompt written in c# as project during high school","archived":false,"fork":false,"pushed_at":"2024-06-10T00:58:03.000Z","size":149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T10:07:47.581Z","etag":null,"topics":["bash","configurator","csharp","highschool-project","simpleshell"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sheratan095.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-06-09T23:16:24.000Z","updated_at":"2024-11-29T00:52:49.000Z","dependencies_parsed_at":"2024-06-10T02:03:18.065Z","dependency_job_id":null,"html_url":"https://github.com/Sheratan095/SimpleShell","commit_stats":null,"previous_names":["sheratan095/simpleshell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sheratan095/SimpleShell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sheratan095%2FSimpleShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sheratan095%2FSimpleShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sheratan095%2FSimpleShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sheratan095%2FSimpleShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sheratan095","download_url":"https://codeload.github.com/Sheratan095/SimpleShell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sheratan095%2FSimpleShell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261079926,"owners_count":23106555,"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":["bash","configurator","csharp","highschool-project","simpleshell"],"created_at":"2025-05-31T00:37:36.149Z","updated_at":"2026-02-11T10:02:05.677Z","avatar_url":"https://github.com/Sheratan095.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Simple shell\n\nMy own command prompt written in c# as project during high school\n\u003cbr\u003e\nIncludes other school projects like COPY and PING and some personal extra feature\n\u003cbr\u003e\n\u003cbr\u003e\nExecuting it, windows defender could block the executable, don't worry that's completely normal\n\u003cbr\u003e\n\u003cbr\u003e\nIt's all in Italian because it is done for an Italian school. If you have any questions, you can contact me on LinkedIn or via email at \n\u003ca href=\"malito:marco.ceccarelli.code@gmail.com\n\"\u003emarco.ceccarelli.code@gmail.com\u003c/a\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n# Available commands\n\n| Command  | DESCRIPTION |\n| ------------- | ------------- |\n|LIST (LS) [pattern]*|\tDisplays the contents of the current directory|\n|CD\t|Displays the current directory, filters by pattern if specified|\n|CD [folder/path]\t|Changes to the specified directory|\n|CD ..\t|Moves to the parent directory of the current one|\n|DEL [pattern]\t|Deletes all files in the current folder with the specified extension|\n|TASKLIST [pattern]*|\tShows all running processes, filters by pattern if specified|\n|TASKLIST -A\t|Shows all running processes with a window|\n|[EXECUTABLE]\t|Executes the specified process|\n|CLOSE [name]/[id]|\tSends a close command to the specified process|\n|CLOSE [name]/[id] -F|\tForces termination of the process|\n|COPY [source] to [destination]\t|Copies the specified source folder into the specified destination folder|\n|PING [attribute] destination\t|Executes a ping with the specified parameters to the specified address|\n|  [-n]|\tCount\n|  [-l]|\tSize\n|  [-i]|\tttl\n|  [-w]|\ttimeout\n|CONFIG (#CONFIG)\t|Opens the settings form|\n|HELP-MACRO|\tDisplays all available macros|\n|ADDMACRO %[name]% [path]\t|Sets a new macro with the specified path|\n|TITLE [String]\t|Changes the console title|\n\u003cbr\u003e\n\u003chr style=\"border: none; height: 1px;\"\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./Imgs/Shell.png\" width=\"80%\"/\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003chr style=\"border: none; height: 1px;\"\u003e --\u003e\n\u003cbr\u003e\n\n# Configuration\n\nMy favourite feature is configuration\n\u003cbr\u003e\nIt's my own external tool used to customize simple shell appearance\n\u003cbr\u003e\n\u003cbr\u003e\nIt saves the cufiguration parameters in \n\n```\nC:\\Users\\user\\AppData\\Roaming\\SimpleShell\\Impostazioni.txt\n```\n\nTo access this tool is enough to type 'CONFIG or #CONFIG' in the shell\n\u003cbr\u003e\nYou're also able to restore the default settings\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./Imgs/Configuration.png\" width=\"80%\"/\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheratan095%2Fsimpleshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheratan095%2Fsimpleshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheratan095%2Fsimpleshell/lists"}