{"id":18491890,"url":"https://github.com/yashbhutwala/yash-shell","last_synced_at":"2025-09-21T21:29:20.166Z","repository":{"id":104893914,"uuid":"89029621","full_name":"yashbhutwala/yash-shell","owner":"yashbhutwala","description":"My implementation of a Unix shell from CSCI 315: Operating Systems","archived":false,"fork":false,"pushed_at":"2017-04-22T00:26:35.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-25T15:42:02.499Z","etag":null,"topics":["bucknell","c","operating-system","unix-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/yashbhutwala.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":"2017-04-21T22:52:52.000Z","updated_at":"2017-04-22T00:28:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"52f90f5d-600f-4352-b179-d3093d99e849","html_url":"https://github.com/yashbhutwala/yash-shell","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"a82ed5ad74a8ff432f4af0bd1342b4bb3b1f9257"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashbhutwala%2Fyash-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashbhutwala%2Fyash-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashbhutwala%2Fyash-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashbhutwala%2Fyash-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yashbhutwala","download_url":"https://codeload.github.com/yashbhutwala/yash-shell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239207389,"owners_count":19599963,"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":["bucknell","c","operating-system","unix-shell"],"created_at":"2024-11-06T13:04:52.883Z","updated_at":"2025-09-21T21:29:15.105Z","avatar_url":"https://github.com/yashbhutwala.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"* * *\n\n# Yash's Shell\n\nThis is a basic, lightweight implementation of a UNIX shell.\n\nTo compile and run the shell, first make sure to create `./bin` and `./obj` directories and then run:\n\n```bash\n\u003e\u003e make clean\n\u003e\u003e make\n\u003e\u003e ./bin/yashShell\n```\n\nIn addition to typical shell commands, features include:\n\n-   When the user presses the “enter” key twice in a row, the shell displays the list of files in the current working directory.\n-   `\u003e\u003e touch hello.c; touch hello2.c; rm -rf hello.c`: Reads multiple commands separated by a semicolon character.\n-   `\u003e\u003e history` : Prints the previous HIST_LEN number of commands.\n-   `\u003e\u003e time` : Prints the current date and time in an human readable form.\n-   `\u003e\u003e cd` : Changes the directory.\n-   `\u003e\u003e ps -ef | grep root`: Piping.\n-   `\u003e\u003e exit` : Exits the yashShell.\n\nThis was built as part of my CS 315: Operating Systems course. Links to the original assignment are listed here:\n\n-   \u003chttp://www.eg.bucknell.edu/~cs315/wordpress/lab-9/\u003e\n-   \u003chttp://www.eg.bucknell.edu/~cs315/wordpress/lab/lab-11/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashbhutwala%2Fyash-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashbhutwala%2Fyash-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashbhutwala%2Fyash-shell/lists"}