{"id":16200436,"url":"https://github.com/yvann-ba/minishell","last_synced_at":"2026-02-27T10:14:41.664Z","repository":{"id":230030851,"uuid":"778257846","full_name":"yvann-ba/MiniShell","owner":"yvann-ba","description":"Custom shell program 🐚 designed for effective command parsing, process execution, and managing shell environments","archived":false,"fork":false,"pushed_at":"2025-04-12T19:32:02.000Z","size":1161,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T11:46:29.485Z","etag":null,"topics":["42cursus","command-line","cprogramming","shell","signal-processing"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yvann-ba.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}},"created_at":"2024-03-27T11:37:17.000Z","updated_at":"2025-04-12T19:32:06.000Z","dependencies_parsed_at":"2024-05-03T11:35:01.195Z","dependency_job_id":"ec61e831-ca53-4a12-9f81-686d81eb7501","html_url":"https://github.com/yvann-ba/MiniShell","commit_stats":null,"previous_names":["yvann-ba/minishell-42","yvann-ba/mini-shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yvann-ba/MiniShell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvann-ba%2FMiniShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvann-ba%2FMiniShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvann-ba%2FMiniShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvann-ba%2FMiniShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yvann-ba","download_url":"https://codeload.github.com/yvann-ba/MiniShell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvann-ba%2FMiniShell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29890826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"last_error":"SSL_read: 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":["42cursus","command-line","cprogramming","shell","signal-processing"],"created_at":"2024-10-10T09:30:22.983Z","updated_at":"2026-02-27T10:14:41.646Z","avatar_url":"https://github.com/yvann-ba.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minishell 🐚\n\nMinishell is a simplified [Bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)) shell environment capable of parsing commands and launching executables with arguments, plus several built-in functions. 🚀\n\n#### ⭐ My 42 score for this project:\n![image](https://github.com/yvann-ba/MiniShell/assets/97234242/5938d8bf-8a37-45fb-b53f-1f10d7e8eb6e)\n\n#### 📄 Official 42 School Subject:\nhttps://github.com/rphlr/42-Subjects/blob/main/common-core/minishell/en.subject.pdf\n## How to use it :\n#### (Works only on Mac or Linux)\n\n```bash\n# Clone the repository\ngit clone https://github.com/yvann-ba/minishell.git\n\n# Navigate to the project directory\ncd minishell\n\n# Build the project using Make\nmake\n\n# Run minishell and enjoy (:\n./minishell\n```\n## Features 🌟\n- Executes commands from an absolute, relative, or environment PATH like `/bin/ls` or `ls`.\n- Supports single and double quotes.\n- Redirections and pipes (`\u003e`, `\u003e\u003e`, `\u003c\u003c`, `\u003c`, `|`).\n- Handles environment variables (`$HOME`) and the return code (`$?`).\n- Ctrl-C, Ctrl-\\, and Ctrl-D are implemented to handle interrupts and exits.\n- Built-in functions: `echo`, `pwd`, `cd`, `env`, `export`, `unset`, and `exit`.\n\n## Credits\n#### This project was made with [Lilien](https://twitter.com/Lilien_RIG) in 3 months at [42 School](https://en.wikipedia.org/wiki/42_(school)).\n- I was responsible for the parsing, environment variables, built-in functions, and signal handling.\n- Lilien took care of the execution, heredoc, redirection and piping, input files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvann-ba%2Fminishell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyvann-ba%2Fminishell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvann-ba%2Fminishell/lists"}