{"id":15398575,"url":"https://github.com/hyouteki/unix-shell","last_synced_at":"2025-10-16T13:32:25.077Z","repository":{"id":65377429,"uuid":"590846204","full_name":"hyouteki/Unix-Shell","owner":"hyouteki","description":"Custom UNIX shell completely written in C using parallelism by processes and threads","archived":false,"fork":false,"pushed_at":"2023-11-27T13:30:28.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T06:01:44.404Z","etag":null,"topics":["clang","linux","parallel-computing","posix","shell","unix"],"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/hyouteki.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":"2023-01-19T10:57:13.000Z","updated_at":"2023-11-27T13:28:19.000Z","dependencies_parsed_at":"2023-11-27T14:39:46.241Z","dependency_job_id":null,"html_url":"https://github.com/hyouteki/Unix-Shell","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":"0.47058823529411764","last_synced_commit":"1c0226cae886e3454b3ea1e884da5b6ea8c0b9ea"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyouteki%2FUnix-Shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyouteki%2FUnix-Shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyouteki%2FUnix-Shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyouteki%2FUnix-Shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyouteki","download_url":"https://codeload.github.com/hyouteki/Unix-Shell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245948669,"owners_count":20698862,"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":["clang","linux","parallel-computing","posix","shell","unix"],"created_at":"2024-10-01T15:44:42.062Z","updated_at":"2025-10-16T13:32:24.980Z","avatar_url":"https://github.com/hyouteki.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Custom UNIX shell completely written in C using parallelism by processes and threads**\n\n## Constraints\n- Max characters in a command is 100\u003cbr\u003e\n- Max words in a command is 10\u003cbr\u003e\n\n## Commands\n- **cd**\n    - for changing directories\n- **pwd**\n    - for fetching path of present working directory\n- **exit**\n    - for exiting from the shell\n- **ls**\n    - **-a**: for listing all the files along with the hidden files\n    - **-m**: for listing the files seperated by commas\n- **cat**\n    - **-E**: for printing the content with highlighting the line endings\n    - **-n**: for printing the content with line numbers\n- **date**\n    - for printing date\n- **mkdir**\n    - **-m**: for creating a directory with specific permissions\n    - **-v**: for verbose(ly) making the directory\n- **rm**\n    - **-i**: for asking confirmation before removing the file\n    - **-v**: for verbose(ly) removing the file\n- **help**\n    - for getting help; of course\n- **echo**\n    - for printing something on the shell\n- **clear**\n    - for clearing the shell\n- **else**\n    - **\u0026t**: for executing command using threads\n\n## Error handled\n- Multiple \u0026t error\n- Wrong command error\n\n## How to use\n\n### Step 1\nDownload all the (.c) files and Makefile\n\n### Step 2\n**Run commands**\n```\nmake install\nmake compile\n```\n\n### Step 3\nTo use the shell; run command `make launch`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyouteki%2Funix-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyouteki%2Funix-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyouteki%2Funix-shell/lists"}