From d31d276e73c02da7c75320de3b2b26e470e3a7fc Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Tue, 6 May 2025 18:33:50 +0200 Subject: [PATCH] README.md: document clipboard sharing (#5) * README.md: document clipboard sharing * More information about launchd and examples --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f278e6b..7affa02 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,9 @@ A guest agent for Tart VMS is a lightweight background service that runs inside Currently implemented features: -* Automatic disk resizing for macOS VMs with recovery partition removed +* Automatic disk resizing for macOS VMs with recovery partition removed (`--resize-disk`) + * needs to be invoked as a launchd [global daemon](https://launchd.info/) + * example usage: [`tart-guest-daemon.plist`](https://github.com/cirruslabs/macos-image-templates/blob/main/data/tart-guest-daemon.plist) +* Clipboard sharing for macOS VMs using our in-house SPICE vdagent implementation (`--run-vdagent`) + * needs to be invoked as a launchd [global agent](https://launchd.info/) + * example usage: [`tart-guest-agent.plist`](https://github.com/cirruslabs/macos-image-templates/blob/main/data/tart-guest-agent.plist)