{"id":22472521,"url":"https://github.com/yyomna-mmaged/command-line-interpreter","last_synced_at":"2025-03-27T16:22:49.926Z","repository":{"id":265307778,"uuid":"884347835","full_name":"YYomna-MMaged/Command-Line-Interpreter","owner":"YYomna-MMaged","description":"Command Line Interpreter by Java","archived":false,"fork":false,"pushed_at":"2024-11-28T20:23:27.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T20:11:36.159Z","etag":null,"topics":["command-line-interpreter","java","operating-system"],"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/YYomna-MMaged.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":"2024-11-06T15:33:40.000Z","updated_at":"2024-11-28T20:23:31.000Z","dependencies_parsed_at":"2024-11-28T21:36:18.017Z","dependency_job_id":null,"html_url":"https://github.com/YYomna-MMaged/Command-Line-Interpreter","commit_stats":null,"previous_names":["yyomna-mmaged/command-line-interpreter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YYomna-MMaged%2FCommand-Line-Interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YYomna-MMaged%2FCommand-Line-Interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YYomna-MMaged%2FCommand-Line-Interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YYomna-MMaged%2FCommand-Line-Interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YYomna-MMaged","download_url":"https://codeload.github.com/YYomna-MMaged/Command-Line-Interpreter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245879469,"owners_count":20687386,"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":["command-line-interpreter","java","operating-system"],"created_at":"2024-12-06T12:16:02.268Z","updated_at":"2025-03-27T16:22:49.896Z","avatar_url":"https://github.com/YYomna-MMaged.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command Line Interpreter (CLI) Project\n\n## Overview\nThe Command Line Interpreter (CLI) is a Java-based tool designed to mimic shell functionality. It allows users to interact with the file system, manage files, and process text via commands.\n\n---\n\n## Features\n### Directory and File Commands\n- **`pwd`**: Prints the current working directory.\n- **`cd \u003cdir\u003e`**: Changes the working directory to `\u003cdir\u003e`.\n- **`ls`**: Lists non-hidden files in alphabetical order.\n- **`ls-a`**: Lists all files (including hidden).\n- **`ls-r`**: Lists non-hidden files in reverse order.\n- **`mkdir \u003cdir\u003e \u003cdir1\u003e`**: Creates one or more directories named `\u003cdir\u003e`, `\u003cdir1\u003e`.\n- **`rmdir \u003cdir\u003e \u003cdir1\u003e`**: Removes one or more empty directories.\n- **`touch \u003cfile\u003e`**: Creates an empty file.\n- **`rm \u003cfile\u003e`**: Deletes a file.\n- **`mv \u003csrc\u003e \u003cdst\u003e`**: Moves or renames a file.\n\n### Text Processing Commands\n- **`cat \u003cfile\u003e`**: Displays file contents.\n- **`\u003e`**: Overwrites a file.\n- **`\u003e\u003e`**: Appends content to a file.\n- **`sort \u003cfile\u003e`**: Sorts file contents.\n- **`uniq`**: Removes duplicate lines from sorted input.\n\n### Advanced Features\n- **Piping (`|`)**: Combines commands for advanced functionality.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyyomna-mmaged%2Fcommand-line-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyyomna-mmaged%2Fcommand-line-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyyomna-mmaged%2Fcommand-line-interpreter/lists"}