write_clipboard

Function write_clipboard 

Source
pub fn write_clipboard(content: &str) -> Result<()>
Expand description

Write content to the system clipboard

Supports macOS (pbcopy), Windows (PowerShell), and Linux (xclip/wl-copy)