{"id":20269433,"url":"https://github.com/iker-gonzalez/minishell","last_synced_at":"2026-06-25T13:31:45.434Z","repository":{"id":43368682,"uuid":"454050734","full_name":"iker-gonzalez/minishell","owner":"iker-gonzalez","description":"A Bash-inspired shell with a prompt and a working history developed in C","archived":false,"fork":false,"pushed_at":"2022-05-25T16:32:45.000Z","size":2858,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T14:14:25.439Z","etag":null,"topics":["42cursus","builtins","c","child-process","environment-variables","pipes","quotes","readline","redirection","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/iker-gonzalez.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":"2022-01-31T15:02:57.000Z","updated_at":"2023-05-01T11:50:11.000Z","dependencies_parsed_at":"2022-07-21T06:18:36.104Z","dependency_job_id":null,"html_url":"https://github.com/iker-gonzalez/minishell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iker-gonzalez/minishell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fminishell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fminishell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fminishell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fminishell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iker-gonzalez","download_url":"https://codeload.github.com/iker-gonzalez/minishell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iker-gonzalez%2Fminishell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34778079,"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-25T02:00:05.521Z","response_time":101,"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":["42cursus","builtins","c","child-process","environment-variables","pipes","quotes","readline","redirection","signals"],"created_at":"2024-11-14T12:25:13.655Z","updated_at":"2026-06-25T13:31:45.198Z","avatar_url":"https://github.com/iker-gonzalez.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minishell\n\n42 project, a Bash-inspired shell with a prompt and a working history. A program capable of parsing a prompt and launching executables with arguments, along with a few built-in functions.\n\n### How to use it\n\nUsing ``make`` will create the ``minishell`` executable.\n\nSimply run it with :\n\n```\n./minishell\n```\n\n### Available options\n\nMinishell runs executables from an absolute, relative or environment PATH (``/bin/ls`` or ``ls``), including arguments or options. ``'`` and ``\"`` work the same as bash, except for multiline commands.\n\nYou can use redirections ``\u003e`` ``\u003e\u003e`` ``\u003c`` and pipes ``|``.\n\nEnvironment variables are handled, like ``$HOME``, including the return code ``$?``.\n\nFinally, you can use ``Ctrl-C`` to interrupt and ``Ctrl-\\`` to quit a program, as well as ``Ctrl-D`` to throw an EOF, same as in bash.\n\nA few of the functions are \"built-in\", meaning we don't call the executable, we re-coded them directly. It's the case for ``echo``, ``pwd``, ``cd``, ``env``, ``export``, ``unset`` and ``exit``.\n\n### Credit\n\nThis two-person project was done with [isolinis](https://github.com/isolinis).\n\nI was responsible for the parsing, argument checking, environment variables, built-in functions and signal handling.\n\nSolinis took care of pipes, redirections and execution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiker-gonzalez%2Fminishell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiker-gonzalez%2Fminishell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiker-gonzalez%2Fminishell/lists"}