https://github.com/julyighor/prltype
PrlType - type commands and text from a command line to a Parallels Virtual Machines
https://github.com/julyighor/prltype
command-line-tool macos parallels parallels-desktop parallels-provider prltype vm
Last synced: 4 months ago
JSON representation
PrlType - type commands and text from a command line to a Parallels Virtual Machines
- Host: GitHub
- URL: https://github.com/julyighor/prltype
- Owner: JulyIghor
- License: gpl-3.0
- Created: 2021-02-22T14:52:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T02:28:12.000Z (over 3 years ago)
- Last Synced: 2025-06-03T12:50:12.290Z (about 1 year ago)
- Topics: command-line-tool, macos, parallels, parallels-desktop, parallels-provider, prltype, vm
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prl Type
This is command line tool for using with [Parallels Desktop](http://www.parallels.com/products/desktop/).
### Requirements
* [Parallels Virtualization SDK for Mac](https://www.parallels.com/download/pvsdk/), download and install it.
### Building from Source
```
make
```
All binaries are built into ```bin/``` folder
## Usage
#### prltype
A command to send text a keyboard events to a Virtual Machine.
```prltype ```
Example:
```prltype Ubuntu 'Hello World' ''``` will type ```Hello World``` and press Enter to the virtual machine named Ubuntu.
List of acceptable commands:
Keyboard keys: ```, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ```
Special command: `````` - delay of 1 second
## License
This code is distributed under the GPL v3 license, see LICENSE.
© 2022 July Ighor
---
Parallels Desktop is a registered trademark of Parallels Software International, Inc.