{"id":18390154,"url":"https://github.com/orlovt/c-shell","last_synced_at":"2025-04-12T06:49:39.077Z","repository":{"id":225732797,"uuid":"766615551","full_name":"orlovt/C-shell","owner":"orlovt","description":"Low level implementation of a shell in C ","archived":false,"fork":false,"pushed_at":"2024-05-24T16:56:40.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T06:49:35.212Z","etag":null,"topics":[],"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/orlovt.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-03-03T18:42:05.000Z","updated_at":"2024-05-24T16:56:43.000Z","dependencies_parsed_at":"2024-03-04T01:39:38.322Z","dependency_job_id":"11da41a4-87f2-44af-b717-329f55740e45","html_url":"https://github.com/orlovt/C-shell","commit_stats":null,"previous_names":["orlovt/c-shell"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovt%2FC-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovt%2FC-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovt%2FC-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovt%2FC-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orlovt","download_url":"https://codeload.github.com/orlovt/C-shell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530605,"owners_count":21119595,"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","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":[],"created_at":"2024-11-06T01:46:31.186Z","updated_at":"2025-04-12T06:49:39.038Z","avatar_url":"https://github.com/orlovt.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C-shell\n\n## Description\nThis repository contains a simple low level implementation of a Unix shell in C. It includes basic shell commands like `cd`, `ls`, and `wc`, each implemented in their own C files. This implementation also includes the `pipe` and `STDOUT` redirection functionality. The `shell.c` file contains the main shell loop and logic. This project is suitable for educational purposes, for those interested in understanding how shell commands are implemented at a lower level.\n\n## Installation\nTo install, clone the repository and use the provided Makefile:\n```\ngit clone https://github.com/orlovt/C-shell.git\ncd C-shell\nmake\n```\n\n## Usage\nAfter compiling, you can run the shell executable:\n```\n./shell\n[C-shell]/Users/path/to/repo/C-shell$\n```\nFrom there, you can use the implemented commands within this custom shell environment.\n\n```\n[C-shell]/Users/path/to/repo/C-shell$ ls -R \\path/to/dir\n```\n\n```\n[C-shell]/Users/path/to/repo/C-shell$ ls -R | wc \u003e out.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forlovt%2Fc-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forlovt%2Fc-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forlovt%2Fc-shell/lists"}