{"id":20154087,"url":"https://github.com/exclud/simple_shell","last_synced_at":"2026-05-16T11:31:51.893Z","repository":{"id":168378012,"uuid":"639824488","full_name":"exclud/simple_shell","owner":"exclud","description":"A shell written in C","archived":false,"fork":false,"pushed_at":"2023-05-22T19:44:21.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T23:36:59.960Z","etag":null,"topics":["alx-africa","c","shell"],"latest_commit_sha":null,"homepage":"","language":"C","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/exclud.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-12T10:02:57.000Z","updated_at":"2023-08-07T18:08:11.000Z","dependencies_parsed_at":"2023-06-03T09:15:38.063Z","dependency_job_id":null,"html_url":"https://github.com/exclud/simple_shell","commit_stats":null,"previous_names":["exclud/simple_shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/exclud/simple_shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exclud%2Fsimple_shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exclud%2Fsimple_shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exclud%2Fsimple_shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exclud%2Fsimple_shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exclud","download_url":"https://codeload.github.com/exclud/simple_shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exclud%2Fsimple_shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["alx-africa","c","shell"],"created_at":"2024-11-13T23:24:47.862Z","updated_at":"2026-05-16T11:31:51.876Z","avatar_url":"https://github.com/exclud.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Simple Shell\n\nThis repository included a simple shell written in C.\n\n\n## Deployment\n\nTo deploy this project run\n\n```bash\ngcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh\n\n./hsh \n```\n\n\n## Features\n\n- Display a prompt and wait for the user to type a command. A command line always ends with a new line.\nThe prompt is displayed again each time a command has been executed.\n- The command lines are simple, no semicolons, no pipes, no redirections or any other advanced features.\nThe command lines are made only of one word. No arguments will be passed to programs.\n- If an executable cannot be found, print an error message and display the prompt again.\nHandle errors.\n- You have to handle the “end of file” condition (Ctrl+D)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexclud%2Fsimple_shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexclud%2Fsimple_shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexclud%2Fsimple_shell/lists"}