cp_to_system_clipboard

Function cp_to_system_clipboard 

Source
pub fn cp_to_system_clipboard(content: &mut &[u8]) -> Result<()>
Expand description

Copies the given content to the system clipboard using the pbcopy command.

ยงErrors

  • The clipboard program cannot be spawned.
  • The clipboard program exits with failure.