pub fn write_clipboard(content: &str) -> Result<()>
Write content to the system clipboard
Supports macOS (pbcopy), Windows (PowerShell), and Linux (xclip/wl-copy)