{"id":22268056,"url":"https://github.com/coac/mishell","last_synced_at":"2026-04-27T12:05:28.578Z","repository":{"id":80202830,"uuid":"80107632","full_name":"Coac/mishell","owner":"Coac","description":"Another Unix shell in C","archived":false,"fork":false,"pushed_at":"2017-03-02T15:35:53.000Z","size":718,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T14:45:55.211Z","etag":null,"topics":["c","pipes","scheme-language","shell","signal","unix"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Coac.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":"2017-01-26T11:04:29.000Z","updated_at":"2022-06-06T04:21:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc1f7ed1-e608-4729-8929-f31880531d7a","html_url":"https://github.com/Coac/mishell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Coac/mishell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coac%2Fmishell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coac%2Fmishell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coac%2Fmishell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coac%2Fmishell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coac","download_url":"https://codeload.github.com/Coac/mishell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coac%2Fmishell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["c","pipes","scheme-language","shell","signal","unix"],"created_at":"2024-12-03T11:10:31.103Z","updated_at":"2026-04-27T12:05:28.558Z","avatar_url":"https://github.com/Coac.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mishell ⚡\n\nMishell is an Unix shell.\n\n## Installation\n\n```\ncd build\ncmake ..\nmake\n```\n\n## Usage\n\nLaunch the shell using the following command in the `build` folder: \n\n```\n./mishell\n```\n\n## Built-in commands\n\nIn addition to your system binaries, you can also run the following built-in commands:\n\n### `jobs` prints the background jobs\n\nExample:\n\n```\nmishell ⚡ sleep 10 \u0026\nsleep 10 mishell ⚡\nmishell ⚡ jobs\nJob list :\n10904 sleep 10 alive\nmishell ⚡\nmishell ⚡ Terminated child : 10904\n```\n\n### `(scheme expr)` executes the `scheme expr` using a [Scheme](https://en.wikipedia.org/wiki/Scheme_%28programming_language%29) interpreter\n\nExample:\n\n```\nmishell ⚡ (display \"Hello world!\\n\")\nHello world!\nmishell ⚡\n```\n\n## Implemented variants\n\n- Asynchronous termination\n- Chained pipes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoac%2Fmishell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoac%2Fmishell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoac%2Fmishell/lists"}