{"id":13339660,"url":"https://github.com/Coac/mishell","last_synced_at":"2025-03-11T14:32:06.407Z","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":4,"default_branch":"master","last_synced_at":"2025-01-30T13:29:00.661Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243051992,"owners_count":20228307,"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":["c","pipes","scheme-language","shell","signal","unix"],"created_at":"2024-07-29T19:21:08.042Z","updated_at":"2025-03-11T14:32:06.356Z","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"}