{"id":20819433,"url":"https://github.com/julgitt/shell","last_synced_at":"2026-04-18T02:33:05.580Z","repository":{"id":172255316,"uuid":"594047561","full_name":"julgitt/Shell","owner":"julgitt","description":"My Shell implementation in C","archived":false,"fork":false,"pushed_at":"2023-01-27T14:16:03.000Z","size":363,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T10:35:33.639Z","etag":null,"topics":["c","python","school","shell","university"],"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/julgitt.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}},"created_at":"2023-01-27T13:30:48.000Z","updated_at":"2023-07-19T21:41:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"67cf5185-49cf-4b10-860a-103ee164b296","html_url":"https://github.com/julgitt/Shell","commit_stats":null,"previous_names":["julgitt/shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/julgitt/Shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julgitt%2FShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julgitt%2FShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julgitt%2FShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julgitt%2FShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julgitt","download_url":"https://codeload.github.com/julgitt/Shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julgitt%2FShell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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","python","school","shell","university"],"created_at":"2024-11-17T22:06:27.595Z","updated_at":"2026-04-18T02:33:05.575Z","avatar_url":"https://github.com/julgitt.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell\n#### Project carried out as part of Operating Systems class.\n#### The code I wrote is in the files: command.c, jobs.c, shell.c and is marked by the directive `#ifdef STUDENT`.\n\n[detailed description of the task](https://github.com/julgitt/Shell/blob/main/projekt-shell.pdf)\n\n----\n\n#### It handles among others job control with the use of the commands:\n  - fg [n]:  changes a stopped or running background job to a foreground job,\n  - bg [n]: changes the state of the secondary job from stopped to active,\n  - kill %n: kills the processes belonging to the job with the given number,\n  - jobs: displays the status of secondary jobs.\n\n#### Pipes and redirection, e.g:\n    grep foo test.txt \u003e test.txt | wc -l.\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulgitt%2Fshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulgitt%2Fshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulgitt%2Fshell/lists"}