{"id":23090338,"url":"https://github.com/lschrafstetter/42_minishell","last_synced_at":"2026-05-06T11:35:53.557Z","repository":{"id":53199388,"uuid":"518520265","full_name":"lschrafstetter/42_minishell","owner":"lschrafstetter","description":"This is the \"minishell\" project of the 42 School core curriculum. The goal was to create a simple shell on the basis of bash in C.","archived":false,"fork":false,"pushed_at":"2022-09-20T08:57:02.000Z","size":320,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T06:18:51.583Z","etag":null,"topics":["42","42wolfsburg","bash","minishell","shell"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lschrafstetter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-27T15:47:36.000Z","updated_at":"2022-10-24T14:43:03.000Z","dependencies_parsed_at":"2022-08-16T20:30:43.951Z","dependency_job_id":null,"html_url":"https://github.com/lschrafstetter/42_minishell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lschrafstetter%2F42_minishell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lschrafstetter%2F42_minishell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lschrafstetter%2F42_minishell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lschrafstetter%2F42_minishell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lschrafstetter","download_url":"https://codeload.github.com/lschrafstetter/42_minishell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247051967,"owners_count":20875677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["42","42wolfsburg","bash","minishell","shell"],"created_at":"2024-12-16T20:52:55.402Z","updated_at":"2026-05-06T11:35:48.520Z","avatar_url":"https://github.com/lschrafstetter.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minishell\n\nThis is the minishell project of the 42 School core curriculum (mini bash clone).\n\n![image](https://user-images.githubusercontent.com/98647720/191199572-97399e01-02a7-4319-a7e4-0249501796c8.png)\n\nHow to use it (Linux or macOS):\n- clone the repo\n- if the readline package is not installed: sudo apt-get install libreadline6 libreadline6-dev\n- \"make\" via the Makefile\n- ./minishell\n\nThe task was to create a mini bash clone with the following features:\n- working history\n- launch an executable (relative/absolute path or via PATH variable)\n- handles ' \" ' and ' ' '\n- redirections (\"\u003c\", \"\u003c\u003c\", \"\u003e\", \"\u003e\u003e\")\n- pipes (' | ')\n- handles environment variables\n- handles the command \"\u0026?\"\n- handles SIGINT and SIGQUIT\n- the following builtins:\n   - echo with option -n\n   - cd\n   - pwd (no options)\n   - export (no options)\n   - unset (no options)\n   - env (no options or arguments)\n   - exit (no options)\n\nDisclaimer:\nThis project was created as a school project with the strict 42 \"Norminette\" norm, including: \n- variable declarations at the beginning of the file\n- no declaration and initialization on the same line\n- only while loops allowed\n- only 25 lines per function\n- only 5 functions per .c file\n- no comments inside of functions\n- more minor things...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flschrafstetter%2F42_minishell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flschrafstetter%2F42_minishell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flschrafstetter%2F42_minishell/lists"}