{"id":19934260,"url":"https://github.com/levensta/msh","last_synced_at":"2026-04-17T07:32:21.293Z","repository":{"id":129334082,"uuid":"364377974","full_name":"levensta/msh","owner":"levensta","description":"msh – maxishell is a light reproduction of Bourne Shell (bash) 🖥️","archived":false,"fork":false,"pushed_at":"2021-07-20T11:42:39.000Z","size":540,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T01:35:30.250Z","etag":null,"topics":["21school","42born2code","42projects","42school","bash","c","cli","command-line","minishell","shell","terminal"],"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/levensta.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-04T20:28:23.000Z","updated_at":"2023-11-13T16:20:55.000Z","dependencies_parsed_at":"2023-03-13T11:24:18.005Z","dependency_job_id":null,"html_url":"https://github.com/levensta/msh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/levensta/msh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levensta%2Fmsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levensta%2Fmsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levensta%2Fmsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levensta%2Fmsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levensta","download_url":"https://codeload.github.com/levensta/msh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levensta%2Fmsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31919963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["21school","42born2code","42projects","42school","bash","c","cli","command-line","minishell","shell","terminal"],"created_at":"2024-11-12T23:16:15.498Z","updated_at":"2026-04-17T07:32:21.194Z","avatar_url":"https://github.com/levensta.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# msh \u0026middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/levensta/msh/blob/master/LICENSE)\n--\nmsh – maxishell is a light reproduction of Bourne Shell (bash).\n\n![msh-test](https://media.giphy.com/media/AId9i2zooNa9MTq3yK/giphy.gif)\n\n## Features that has been implement\n- History.\n- Search and launch the right executable (based on the **PATH** variable or by usingrelative or absolute path).\n- Builtins functions:\n\t- `cd` with only a relative or absolute path.\n\t- `pwd` with no options.\n\t- `echo` with `-n` option.\n\t- `export` with no options.\n\t- `unset` with no options.\n\t- `env` with no options.\n\t- `exit` with no options.\n\t- `history` with no options.\n- Redirections:\n\t- `\u003c` redirect input.\n\t- `\u003e` redirect output.\n\t- `\u003e\u003e`redirect output with append mode.\n- Pipes `|` the output of each command in the pipeline is connected via a pipe to theinput of the next command.\n- Environment variables (**$** followed by characters) expand to their values.\n- `$?` expands to the exit status of the most recently executed foreground pipeline.\n- Signals work like in bash. When interactive:\n\t- `Ctrl + C` will print a new prompt on a newline.\n\t- `Ctrl + D` will exit the shell.\n\t- `Ctrl + \\` will do nothing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevensta%2Fmsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevensta%2Fmsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevensta%2Fmsh/lists"}