{"id":24468681,"url":"https://github.com/Ssnnee/simple-shell","last_synced_at":"2025-10-01T23:31:54.493Z","repository":{"id":197742569,"uuid":"640063568","full_name":"Ssnnee/simple-shell","owner":"Ssnnee","description":"This is  a simple UNIX command interpreter.","archived":false,"fork":false,"pushed_at":"2023-05-27T16:07:46.000Z","size":1132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T22:24:32.213Z","etag":null,"topics":["c","shell"],"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/Ssnnee.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}},"created_at":"2023-05-12T22:25:52.000Z","updated_at":"2023-10-02T07:33:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"55fbf683-9a45-4a28-b7a0-6cff3ecef464","html_url":"https://github.com/Ssnnee/simple-shell","commit_stats":null,"previous_names":["ssnnee/simple-shell","ssnnee/simple_shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ssnnee/simple-shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ssnnee%2Fsimple-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ssnnee%2Fsimple-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ssnnee%2Fsimple-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ssnnee%2Fsimple-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ssnnee","download_url":"https://codeload.github.com/Ssnnee/simple-shell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ssnnee%2Fsimple-shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277929959,"owners_count":25901312,"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-10-01T02:00:09.286Z","response_time":88,"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"],"created_at":"2025-01-21T07:12:52.583Z","updated_at":"2025-10-01T23:31:54.230Z","avatar_url":"https://github.com/Ssnnee.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C - Simple Shell\n\n## Synopsis\nThis is a simple implementation of a shell\n\n## Usage\n+ Compile your code with `gcc -Wall -Werror -Wextra -pedantic *.c -o hsh`\n+ Include the \"main.h\" header file on the functions you can have\n* Output: prompt to terminal: `$ `\n\n## Files\n* `README.md` Contains information about the project\n* `hsh.h` : The header file, contains all prototypes for funcitons used.\n* `hsh.c`: The main function of the shell program.\n* `shell_loop.c` : Contains the shell_loop function(runs the main loop of the shell program)\n* `parse_line.c`: Contains the parse_line function (parses a line of input into an array of arguments)\n* `execute_command.c`: Contains the execute func\n* `getline.c` : Our own getline functon\n* `atoi.c` : Contains our own atoi func\n\n### Code styling\nBetty\n\n### Authors\n* Alfred Syatsukwa - https://github.com/IrAlfred\n* Samuel Nandi - https://github.com/Ssnnee\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSsnnee%2Fsimple-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSsnnee%2Fsimple-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSsnnee%2Fsimple-shell/lists"}