{"id":31929898,"url":"https://github.com/guhansiyer/osh","last_synced_at":"2026-05-08T07:33:02.289Z","repository":{"id":285844734,"uuid":"946253323","full_name":"guhansiyer/osh","owner":"guhansiyer","description":"The Open Shell","archived":false,"fork":false,"pushed_at":"2026-03-17T01:58:37.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-17T08:53:04.369Z","etag":null,"topics":["c","linux","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guhansiyer.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-10T21:15:54.000Z","updated_at":"2026-03-17T01:58:40.000Z","dependencies_parsed_at":"2026-03-17T00:04:12.790Z","dependency_job_id":null,"html_url":"https://github.com/guhansiyer/osh","commit_stats":null,"previous_names":["guhansiyer/osh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guhansiyer/osh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guhansiyer%2Fosh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guhansiyer%2Fosh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guhansiyer%2Fosh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guhansiyer%2Fosh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guhansiyer","download_url":"https://codeload.github.com/guhansiyer/osh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guhansiyer%2Fosh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32771029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","linux","shell","terminal"],"created_at":"2025-10-14T03:53:55.795Z","updated_at":"2026-05-08T07:33:02.282Z","avatar_url":"https://github.com/guhansiyer.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osh: The Open Shell\n\n```osh``` is a rudimentary shell written in C for use in *nix systems. The original intent behind the shell was a project to introduce myself to systems programming and gain more experience with C programming.\n\n## Functionality\n\nThe Open Shell features a few builtin commands, including:\n* `cd`\n* `echo`\n* `exit`\n* `help`\n* `sinfo`: reports system information (memory usage, uptime, kernel \u0026 CPU info)\n\nAll other classic commands (not builtins) such as `ls` work through their native *nix implementations currently.\n\nOther noteworthy features include:\n* Single pipes\n* Input redirection\n* Persistent command history with `GNU readline`\n\n## Building osh\n\nIn the top level directory, run ```make``` to create a ```osh``` executable and ```/build/``` directory with individual object files. To clear the executable and objects, run ```make clean```.\n\n## Credits\n\nThis project adapts much of its base code from Stephen Brennan's [tutorial](https://brennan.io/2015/01/16/write-a-shell-in-c/), which I followed to create the base functionality of ```osh```.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguhansiyer%2Fosh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguhansiyer%2Fosh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguhansiyer%2Fosh/lists"}