{"id":25658832,"url":"https://github.com/julyighor/prltype","last_synced_at":"2026-02-18T07:31:17.153Z","repository":{"id":70012095,"uuid":"341234988","full_name":"JulyIghor/prltype","owner":"JulyIghor","description":"PrlType - type commands and text from a command line to a Parallels Virtual Machines","archived":false,"fork":false,"pushed_at":"2022-11-28T02:28:12.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-03T12:50:12.290Z","etag":null,"topics":["command-line-tool","macos","parallels","parallels-desktop","parallels-provider","prltype","vm"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JulyIghor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-02-22T14:52:31.000Z","updated_at":"2023-06-04T20:22:20.000Z","dependencies_parsed_at":"2023-06-04T07:15:52.138Z","dependency_job_id":null,"html_url":"https://github.com/JulyIghor/prltype","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JulyIghor/prltype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulyIghor%2Fprltype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulyIghor%2Fprltype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulyIghor%2Fprltype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulyIghor%2Fprltype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JulyIghor","download_url":"https://codeload.github.com/JulyIghor/prltype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulyIghor%2Fprltype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29572392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T06:19:27.422Z","status":"ssl_error","status_checked_at":"2026-02-18T06:18:44.348Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-tool","macos","parallels","parallels-desktop","parallels-provider","prltype","vm"],"created_at":"2025-02-24T00:29:07.465Z","updated_at":"2026-02-18T07:31:17.136Z","avatar_url":"https://github.com/JulyIghor.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prl Type\n\nThis is command line tool for using with [Parallels Desktop](http://www.parallels.com/products/desktop/). \n\n### Requirements\n\n* [Parallels Virtualization SDK for Mac](https://www.parallels.com/download/pvsdk/), download and install it.\n\n### Building from Source\n\n```\nmake\n```\nAll binaries are built into ```bin/``` folder\n\n## Usage\n\n#### prltype\n\nA command to send text a keyboard events to a Virtual Machine.\n```prltype \u003cvm_name\u003e \u003ctext or commands\u003e```\n\nExample:\n```prltype Ubuntu 'Hello World' '\u003center\u003e'``` will type ```Hello World``` and press Enter to the virtual machine named Ubuntu.\n\nList of acceptable commands:\nKeyboard keys: ```\u003cALT\u003e, \u003cBACKSPACE\u003e, \u003cBS\u003e, \u003cCAPSLOCK\u003e, \u003cCTL\u003e, \u003cDEL\u003e, \u003cDELETE\u003e, \u003cDOWN\u003e, \u003cEND\u003e, \u003cENTER\u003e, \u003cESC\u003e, \u003cF1\u003e, \u003cF10\u003e, \u003cF11\u003e, \u003cF12\u003e, \u003cF2\u003e, \u003cF3\u003e, \u003cF4\u003e, \u003cF5\u003e, \u003cF6\u003e, \u003cF7\u003e, \u003cF8\u003e, \u003cF9\u003e, \u003cHOME\u003e, \u003cINSERT\u003e, \u003cLALT\u003e, \u003cLCTRL\u003e, \u003cLEFT\u003e, \u003cLSHIFT\u003e, \u003cLWIN\u003e, \u003cNUMLOCK\u003e, \u003cPAUSE\u003e, \u003cPGDN\u003e, \u003cPGUP\u003e, \u003cPOWER\u003e, \u003cPRTSCR\u003e, \u003cRALT\u003e, \u003cRCTRL\u003e, \u003cRIGHT\u003e, \u003cRSHIFT\u003e, \u003cRWIN\u003e, \u003cSCROLLLOCK\u003e, \u003cSHIFT\u003e, \u003cSLEEP\u003e, \u003cSPACE\u003e, \u003cTAB\u003e, \u003cUP\u003e, \u003cWAKE\u003e, \u003cWIN\u003e, \u003cLALT\u003e, \u003cLCTRL\u003e, \u003cLSHIFT\u003e, \u003cLWIN\u003e```\nSpecial command: ```\u003cWAIT\u003e``` - delay of 1 second\n\n## License\n\nThis code is distributed under the GPL v3 license, see LICENSE.\n\n© 2022 July Ighor\n\n---\n\nParallels Desktop is a registered trademark of Parallels Software International, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulyighor%2Fprltype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulyighor%2Fprltype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulyighor%2Fprltype/lists"}