{"id":30805168,"url":"https://github.com/skryvvara/rsh","last_synced_at":"2025-09-06T00:52:36.073Z","repository":{"id":251188979,"uuid":"831430171","full_name":"Skryvvara/rsh","owner":"Skryvvara","description":"RSH is a simple shell written in c following Stephen Brennan's LSH tutorial \"Write a Shell in C\". This is not a feature rich shell and is in no way a replacement for mature shells like bash or zsh.","archived":false,"fork":false,"pushed_at":"2024-08-01T10:11:11.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-01T11:40:05.561Z","etag":null,"topics":["clang","shell"],"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/Skryvvara.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":"2024-07-20T14:22:34.000Z","updated_at":"2024-08-01T11:40:26.504Z","dependencies_parsed_at":"2024-08-01T11:53:38.382Z","dependency_job_id":null,"html_url":"https://github.com/Skryvvara/rsh","commit_stats":null,"previous_names":["skryvvara/rsh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Skryvvara/rsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skryvvara%2Frsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skryvvara%2Frsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skryvvara%2Frsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skryvvara%2Frsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skryvvara","download_url":"https://codeload.github.com/Skryvvara/rsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skryvvara%2Frsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273842867,"owners_count":25177921,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"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":["clang","shell"],"created_at":"2025-09-06T00:52:32.720Z","updated_at":"2025-09-06T00:52:36.060Z","avatar_url":"https://github.com/Skryvvara.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n# RSH (Raccoon Shell) - A simple shell written in c\n\n## Description\n\nRSH is a simple shell written in c following [Stephen Brennan's](https://brennan.io) LSH tutorial [\"Write a Shell in C\"](https://brennan.io/2015/01/16/write-a-shell-in-c/). This is not a feature rich shell and is in no way a replacement for mature shells like bash or zsh.\n\n## Build\n\nYou can build rsh using cmake, first verify that cmake and a c compiler is installed.\n\n```sh\ncmake --version\n\n#cmake version 3.30.0\n#\n#CMake suite maintained and supported by Kitware (kitware.com/cmake).\n\nclang --version\n\n#Apple clang version 15.0.0 (clang-1500.3.9.4)\n#Target: arm64-apple-darwin23.5.0\n#Thread model: posix\n#InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin\n```\n\nnow run the steps below to compile and run the code\n\n```sh\nmkdir build\ncd build\n\ncmake ..\nmake\n\n./rsh\n```\n\n## License\n\nGossht is licensed under the [MIT License](https://opensource.org/license/mit).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskryvvara%2Frsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskryvvara%2Frsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskryvvara%2Frsh/lists"}