{"id":21288706,"url":"https://github.com/abdo-essam/command-line-interpreter","last_synced_at":"2025-03-15T15:42:38.302Z","repository":{"id":84703603,"uuid":"415684783","full_name":"abdo-essam/Command-Line-Interpreter","owner":"abdo-essam","description":"Command Line Interpreter - Operating Systems College Course","archived":false,"fork":false,"pushed_at":"2023-02-23T23:46:55.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T05:41:23.505Z","etag":null,"topics":["cli-app"],"latest_commit_sha":null,"homepage":"","language":"Java","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/abdo-essam.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":"2021-10-10T19:47:12.000Z","updated_at":"2023-02-23T23:39:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"de72b2ba-714a-4628-b6db-614732710e6b","html_url":"https://github.com/abdo-essam/Command-Line-Interpreter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2FCommand-Line-Interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2FCommand-Line-Interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2FCommand-Line-Interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdo-essam%2FCommand-Line-Interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdo-essam","download_url":"https://codeload.github.com/abdo-essam/Command-Line-Interpreter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243753995,"owners_count":20342537,"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":["cli-app"],"created_at":"2024-11-21T12:24:04.193Z","updated_at":"2025-03-15T15:42:38.282Z","avatar_url":"https://github.com/abdo-essam.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command Line Interpreter\n\n# Faculty Of Computer And Artificial Intelligence Cairo University `FCAI-CU`\n\n## \tOperating Systems Assignment\n\n\n## Purpose\n\nAn operating system interfaces with a user through a Command Line Interpreter `(CLI)`.\n\n A CLI is a software module capable of interpreting textual commands coming either from the user’s keyboard or from a script file. A CLI is often referred to as a shell.\n\n## Description\n\nIn this assignment, you will write a Command Line Interpreter (CLI) for your operating system. Your CLI should prompt the user to enter the input through the keyboard. After a sequence of characters is entered followed by a return, the string is parsed and the indicated command(s) executed. The user is then again prompted for another command.\nYour program implements some built-in commands; the list of required commands is listed below. Do not use exec to implement any of these commands. The exit command is also a special case: it should simply cause termination of your program.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdo-essam%2Fcommand-line-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdo-essam%2Fcommand-line-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdo-essam%2Fcommand-line-interpreter/lists"}