pub fn copy_text(text: &str) -> Result<&'static str, String>
Copy text to clipboard via arboard, falling back to OSC52. Returns the method name on success.
arboard