{"id":31848857,"url":"https://github.com/jding05/minishell","last_synced_at":"2026-05-14T21:33:29.251Z","repository":{"id":128299940,"uuid":"162084616","full_name":"jding05/minishell","owner":"jding05","description":"Created a simple version of Unix shell [Minishell].","archived":false,"fork":false,"pushed_at":"2018-12-22T02:19:43.000Z","size":1400,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-19T11:35:11.424Z","etag":null,"topics":["c","shell","unix"],"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/jding05.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-17T06:26:09.000Z","updated_at":"2019-09-12T06:34:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"55a4177c-6d97-46b3-a716-b4ba1e2ae073","html_url":"https://github.com/jding05/minishell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jding05/minishell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jding05%2Fminishell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jding05%2Fminishell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jding05%2Fminishell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jding05%2Fminishell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jding05","download_url":"https://codeload.github.com/jding05/minishell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jding05%2Fminishell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33044148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["c","shell","unix"],"created_at":"2025-10-12T10:52:30.518Z","updated_at":"2026-05-14T21:33:29.247Z","avatar_url":"https://github.com/jding05.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minishell\n\n## Description\nIn this project, you need to make a **mini-shell [a simple version of bash]** that reads and evaluates simple commands from the user. The reading will involve a trivial *lexical* and syntactical analysis of the command, and the evaluation will involve finding the **corresponding binary** on the machine and executing it, or to execute the code concerned in the case of a **\"built-in\"** command to the shell.\n\n## Objective\n* Basic lexical and syntactic analysis (\"lexing\" and \"parsing\") \n* Execution of a command in a new process \n* Management of the environment \n* Management of the PATH \n\n## Built-in\nThere are **6 built-in** functions:\n1. echo\n2. cd\n3. setenv\n4. unsetenv\n5. env\n6. exit\n\n## Additonal (bonus)\n* Management of **signals** to handle signal interrupt (Ctrl C)\n* Management of execution rights in the **PATH**\n* Auto completion\n* The separation of commands with **\";\"**\n\n## Download the project ?\n```\n# open your terminal \u0026 copy following lines\ngit clone https://github.com/jding05/minishell\n\ncd minishell\n\nmake \u0026\u0026 ./minishell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjding05%2Fminishell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjding05%2Fminishell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjding05%2Fminishell/lists"}