{"id":42709146,"url":"https://github.com/aurorasloan/minishell","last_synced_at":"2026-01-29T15:05:48.227Z","repository":{"id":44083597,"uuid":"404218853","full_name":"AuroraSloan/minishell","owner":"AuroraSloan","description":"A simple shell","archived":false,"fork":false,"pushed_at":"2022-02-12T13:45:41.000Z","size":644,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-05-07T12:33:47.283Z","etag":null,"topics":["42born2code","bash","builtin-commands","expansion","minishell","pipelines","redirection","shell","signals"],"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/AuroraSloan.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}},"created_at":"2021-09-08T05:11:21.000Z","updated_at":"2021-12-21T07:56:57.000Z","dependencies_parsed_at":"2022-09-07T07:41:31.274Z","dependency_job_id":null,"html_url":"https://github.com/AuroraSloan/minishell","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/AuroraSloan/minishell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuroraSloan%2Fminishell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuroraSloan%2Fminishell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuroraSloan%2Fminishell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuroraSloan%2Fminishell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AuroraSloan","download_url":"https://codeload.github.com/AuroraSloan/minishell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuroraSloan%2Fminishell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["42born2code","bash","builtin-commands","expansion","minishell","pipelines","redirection","shell","signals"],"created_at":"2026-01-29T15:05:15.689Z","updated_at":"2026-01-29T15:05:48.217Z","avatar_url":"https://github.com/AuroraSloan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minishell\n\nA simple shell.\n\n![ms](https://media.giphy.com/media/kbvZr7niWvxhxjxOrX/giphy.gif)\n\nThis program was developed by [Yuta-Fujimoto](https://github.com/yuta-fujimoto) and [AuroraSloan](https://github.com/AuroraSloan)\n\n## Features\n\n### Simple commands\n- Search and launch any executable in $PATH\n\n### Builtin commands\n|Command   | Options / Arguments       |\n|----------|---------------------------|\n|``echo``  | `-n`                      |\n|``cd``    | relitvie or absolute path |\n|``pwd``   | n/a                       |\n|``export``| no options                |\n|``unset`` | no options                |\n|``env``   | n/a                       |\n|``exit``  | no options                |\n\n### Expansion\n- `'` inhibits all interpretions of a sequence of characters\n- `\"` inhibits all interpretation of a sequence of characters except for $\n- Environment values expand to their values\n- `$?` expands to the most recently executed foreground pipeline\n\n### Redirection\n- ``\u003c`` redirects input\n- ``\u003e`` redirects output\n- ``\u003c\u003c`` reads input from the current source until a linie containing only the delimiter is seen\n- ``\u003e\u003e`` redirects output with append mode\n\n### Piping\n- The output of each command in the pipeline is connected via a pipe to the input of the next command\n\n### Signals\n- ``Ctrl-c`` prints a new prompt on a new line\n- ``Ctrl-d`` exits the shell\n- ``Ctrl-\\`` does nothing\n\n----\n## Installation\n```bash\ngit clone https://github.com/AuroraSloan/minishell.git\n```\n----\n### Usage\nFirst, create the executable with make\u003c/br\u003e\n`make` - compiles the minishell executable\u003c/br\u003e\n`make clean` - removes all object files\u003c/br\u003e\n`make fclean` - removes all object files and the executable\u003c/br\u003e\n`make re` - removes all object files and the executable before recompiling the program\u003c/br\u003e\n\nIn order to run the program, simply run the executable.\n```bash\n./minishell\n```\nTo exit the program, you can use the builtin command ``exit`` or press ``Ctrl-d``.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurorasloan%2Fminishell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faurorasloan%2Fminishell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurorasloan%2Fminishell/lists"}