{"id":16109632,"url":"https://github.com/t4zzlerdeveloper/intercmd","last_synced_at":"2025-10-23T13:30:27.109Z","repository":{"id":200036951,"uuid":"422836335","full_name":"t4zzlerdeveloper/interCMD","owner":"t4zzlerdeveloper","description":"Simple Java Command Interperter Class -\u003e A Easy-To-Use and Time-Saving solution","archived":true,"fork":false,"pushed_at":"2021-12-28T20:04:31.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-19T13:11:09.873Z","etag":null,"topics":[],"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/t4zzlerdeveloper.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}},"created_at":"2021-10-30T09:22:02.000Z","updated_at":"2024-02-20T13:58:34.000Z","dependencies_parsed_at":"2023-10-15T11:43:07.143Z","dependency_job_id":null,"html_url":"https://github.com/t4zzlerdeveloper/interCMD","commit_stats":null,"previous_names":["t4zzlerdeveloper/intercmd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t4zzlerdeveloper%2FinterCMD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t4zzlerdeveloper%2FinterCMD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t4zzlerdeveloper%2FinterCMD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t4zzlerdeveloper%2FinterCMD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t4zzlerdeveloper","download_url":"https://codeload.github.com/t4zzlerdeveloper/interCMD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237827706,"owners_count":19372765,"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-10-09T19:33:51.716Z","updated_at":"2025-10-23T13:30:26.731Z","avatar_url":"https://github.com/t4zzlerdeveloper.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# interCMD (Very very badly optimized!!)\n##### Simple Java Command Interperter Class\n\n\n## Documentation:\n  - interCMD(Scanner scanner,String className);\n    - [ Initializes the command interperter, Scanner and className are optional ]\n   \n  - addCommand(String command,String voidNameToRun);\n    - [ Add a new command and the function to be trigerred ]\n   \n  - setExitCommand(String exitCommand);\n    - [ Change default \"exit\" command to a custom one ]\n   \n  - run(int cycles)\n    - [ Run the command interperter, cycles is optional and can be used to specify the amount of commands to re read]\n\n\n\n## Example:\n```\n  public static void main(String[] args){\n    Scanner sr = new Scanner(System.in);\n    interCMD ic = new interCMD(sr);\n    ic.addCommand(\"hh\",\"sayhello\");\n    ic.setExitCommand(\"byebye\");\n    ic.run();\n  }\n  \n  public static void sayhello(){\n    System.out.println(\"Hello world\");\n  }\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft4zzlerdeveloper%2Fintercmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft4zzlerdeveloper%2Fintercmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft4zzlerdeveloper%2Fintercmd/lists"}