{"id":20086874,"url":"https://github.com/nelsongillo/shellson","last_synced_at":"2026-05-11T11:35:10.565Z","repository":{"id":253391555,"uuid":"172471886","full_name":"nelsongillo/shellson","owner":"nelsongillo","description":"simple shell implementation in C ","archived":false,"fork":false,"pushed_at":"2019-05-11T18:12:50.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T14:35:25.738Z","etag":null,"topics":["c","shell","unix"],"latest_commit_sha":null,"homepage":null,"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/nelsongillo.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}},"created_at":"2019-02-25T09:09:20.000Z","updated_at":"2019-05-11T18:12:52.000Z","dependencies_parsed_at":"2024-08-16T12:29:34.476Z","dependency_job_id":"0f1b5d8a-026e-48b2-96f6-6a5e8d663c2e","html_url":"https://github.com/nelsongillo/shellson","commit_stats":null,"previous_names":["einzigartigername/shellson","nelsongillo/shellson"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nelsongillo/shellson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsongillo%2Fshellson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsongillo%2Fshellson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsongillo%2Fshellson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsongillo%2Fshellson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nelsongillo","download_url":"https://codeload.github.com/nelsongillo/shellson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsongillo%2Fshellson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32893539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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","shell","unix"],"created_at":"2024-11-13T16:02:52.833Z","updated_at":"2026-05-11T11:35:10.548Z","avatar_url":"https://github.com/nelsongillo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shellson\nThis is/will be a simple implementation of an Unix-Shell written in C.\\\nOnly capable of executing single commands.\\\nJust doing it for the fun and the experience.\n## Features\n* Command execution\n* Options for prompt\n\n#### Prompt\nA config file called `.shellsonrc` will be created in your home directiory (`/home/username/`).\\\nThere you can modify the `PROMPT` variable, default will be this:\n```\nPROMPT = \"%u@%h$\"\n```\n* `%u` will be replaced with your username\n* `%h` will be replaced with the host name of your maschine\n* `%%` will be your normal percent sign\n\n## Test it - Use at own risk\n```\ngit clone https://github.com/einzigartigername/shellson\ncd shellson/\nmake\n```\nYou will get two warnigs about unused parameters `argc` and `argv` in `main`, just ignore them, they do not matter.\n\nTo start simply execute: `path/to/shellson`\\\nor if you have installed it:`shellson`.\n### Install\nif you are crazy and plan to use it frequenttly, you can install it via\n```\nmake install\n```\n\n### Uninstall\n```\nmake uninstall\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsongillo%2Fshellson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnelsongillo%2Fshellson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsongillo%2Fshellson/lists"}