{"id":28588502,"url":"https://github.com/usercrixus/42minishell","last_synced_at":"2026-02-28T15:31:59.016Z","repository":{"id":270409316,"uuid":"910043521","full_name":"usercrixus/42minishell","owner":"usercrixus","description":"A simple Unix shell implementation as part of the 42 school curriculum. This project replicates fundamental shell behavior including parsing, executing built-in and external commands, handling pipes, redirections, and more.","archived":false,"fork":false,"pushed_at":"2025-05-06T06:49:54.000Z","size":324,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T07:20:09.350Z","etag":null,"topics":["42","minishell"],"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/usercrixus.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}},"created_at":"2024-12-30T10:59:52.000Z","updated_at":"2025-05-06T23:59:49.000Z","dependencies_parsed_at":"2025-02-05T19:37:28.432Z","dependency_job_id":"eed79177-2004-45c6-8829-b2a374435ca7","html_url":"https://github.com/usercrixus/42minishell","commit_stats":null,"previous_names":["usercrixus/42minishell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/usercrixus/42minishell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercrixus%2F42minishell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercrixus%2F42minishell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercrixus%2F42minishell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercrixus%2F42minishell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usercrixus","download_url":"https://codeload.github.com/usercrixus/42minishell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usercrixus%2F42minishell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29940284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["42","minishell"],"created_at":"2025-06-11T07:11:36.695Z","updated_at":"2026-02-28T15:31:58.977Z","avatar_url":"https://github.com/usercrixus.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 42minishell\n\nA simple Unix shell implementation as part of the 42 school curriculum. This project replicates fundamental shell behavior including parsing, executing built-in and external commands, handling pipes, redirections, and more.\n\n## Features\n\n- Execution of simple and piped commands\n- Built-in commands: `cd`, `echo`, `pwd`, `export`, `unset`, `env`, `exit`\n- Redirections: `\u003c`, `\u003e`, `\u003e\u003e`, `\u003c\u003c` (heredoc)\n- Environment variable management\n- Signal handling (`Ctrl+C`, `Ctrl+\\`)\n- Exit status propagation\n- Quote handling (single `'` and double `\"`)\n\n## Build Instructions\n\n```bash\nmake\n```\n\nTo clean build files:\n\n```bash\nmake clean      # Removes object files\nmake fclean     # Removes all binaries and object files\nmake re         # Full rebuild\n```\n\nRun the Shell\n```bash\n./minishell\n```\n\nRun with the suppression file:\n```\nvalgrind --leak-check=full --show-leak-kinds=all --suppressions=valgrind.supp ./minishell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusercrixus%2F42minishell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusercrixus%2F42minishell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusercrixus%2F42minishell/lists"}