pub fn read_clipboard_text() -> Option<String>Expand description
Reads raw clipboard text.
Platform CLI bridges run first — they match what the OS itself would
paste (pbpaste, PowerShell’s Get-Clipboard -Raw, wl-paste) — with
the native arboard backend as the fallback when no bridge is installed.