{"id":19747371,"url":"https://github.com/maryehb/simple_shell","last_synced_at":"2026-06-10T08:31:50.035Z","repository":{"id":194367618,"uuid":"690537953","full_name":"MaryEhb/simple_shell","owner":"MaryEhb","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-23T13:19:25.000Z","size":147,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T08:00:15.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/MaryEhb.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}},"created_at":"2023-09-12T11:47:54.000Z","updated_at":"2023-09-12T17:06:36.000Z","dependencies_parsed_at":"2023-09-13T03:30:42.577Z","dependency_job_id":"25770ea8-0ace-4fc4-885a-61077cdae2e7","html_url":"https://github.com/MaryEhb/simple_shell","commit_stats":null,"previous_names":["maryehb/simple_shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaryEhb/simple_shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaryEhb%2Fsimple_shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaryEhb%2Fsimple_shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaryEhb%2Fsimple_shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaryEhb%2Fsimple_shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaryEhb","download_url":"https://codeload.github.com/MaryEhb/simple_shell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaryEhb%2Fsimple_shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34144679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-12T02:17:38.026Z","updated_at":"2026-06-10T08:31:50.016Z","avatar_url":"https://github.com/MaryEhb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Shell\n\nThis is a basic Unix shell implemented in C, designed for simple command execution. It follows strict criteria outlined below:\n\n## Features\n\n- **Command Execution:** The shell accepts one-word commands with optional arguments.\n\n- **Prompt Display:** A prompt is displayed, waiting for the user to enter a command. After execution, the prompt is displayed again.\n\n- **Error Handling:** If an executable cannot be found, an error message is displayed, and the prompt reappears.\n\n- **End of File Handling:** The shell gracefully handles the \"end of file\" condition (Ctrl+D).\n\n- **Built-in Commands:**\n  - `exit`: Allows you to exit the shell.\n  - `env`: Displays the current environment.\n\n## Getting Started\n\n  1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/yourusername/simple-unix-shell.git\n   ```\n\n  2. **Compile the Code:**\n\n   ```bash\n   cd simple-unix-shell\n   gcc shell.c -o shell\n   ```\n\n 3. **Run the Shell:**\n\n   ```bash\n   ./shell\n   ```\n\n## Contributors\n  - [Mohamed Amr](https://github.com/MohamedAmrF)\t  \n  - [Mariem Ehab](https://github.com/MaryEhb)\n\n## License\n\n  This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n  - This project was created to demonstrate a minimalistic Unix shell in C.\n  - No advanced features like semicolons, pipes, or redirections are supported, keeping the implementation simple and straightforward.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaryehb%2Fsimple_shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaryehb%2Fsimple_shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaryehb%2Fsimple_shell/lists"}