{"id":13783080,"url":"https://github.com/BlueDream145/minishell_1","last_synced_at":"2025-05-11T17:30:53.720Z","repository":{"id":92385722,"uuid":"122082506","full_name":"BlueDream145/minishell_1","owner":"BlueDream145","description":"Epitech Project, minishell_1","archived":false,"fork":false,"pushed_at":"2024-06-18T21:19:41.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-15T07:05:18.788Z","etag":null,"topics":["command","epitech","gnl","interpreter","library","minishell","unix"],"latest_commit_sha":null,"homepage":null,"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/BlueDream145.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":"2018-02-19T15:34:19.000Z","updated_at":"2024-06-18T21:19:44.000Z","dependencies_parsed_at":"2024-08-03T18:23:26.884Z","dependency_job_id":null,"html_url":"https://github.com/BlueDream145/minishell_1","commit_stats":null,"previous_names":["alexandre10044/minishell_1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueDream145%2Fminishell_1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueDream145%2Fminishell_1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueDream145%2Fminishell_1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueDream145%2Fminishell_1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueDream145","download_url":"https://codeload.github.com/BlueDream145/minishell_1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253604468,"owners_count":21934866,"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":["command","epitech","gnl","interpreter","library","minishell","unix"],"created_at":"2024-08-03T18:01:52.573Z","updated_at":"2025-05-11T17:30:53.460Z","avatar_url":"https://github.com/BlueDream145.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# minishell_1\nEpitech Project, minishell_1\n\nSubject:\n\nYou have to program a UNIX command interpreter.\nThe interpreter is expected to display a prompt ( $\u003e , for example) and then wait for you to write a command\nline, which must be validated by a newline.\nThe prompt must be displayed again only after the command execution.\nOnly basic command lines are expected to executed; no pipes, redirections or any other advanced features.\nThe executables should be those found in the path, as indicated in the PATH variable.\nIf the executable cannot be found, you must display an error message and display the prompt again.\nErrors must be dealt with and must display the appropriate message on the error output.\nYou must correctly handle the PATH and the environment (by copying and restoring the initial env).\nYou must implement the following builtins: cd, setenv, unsetenv, env, exit.\nYour env builtin hasn’t to take any argument. Your unsetenv builtin hasn’t to support the “*” wildcard.\n\nUsage:\n\n./mysh\n\nExample\n\n\n![alt text](https://raw.githubusercontent.com/alexandre10044/minishell_1/master/example.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlueDream145%2Fminishell_1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBlueDream145%2Fminishell_1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlueDream145%2Fminishell_1/lists"}