Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 340 Bytes

copypaste

It copies file content or input text to primary buffer or X clipboard.

Dependencies: xclip

copypaste [-f, -t] filename or text [-p, -x]
  
  -f	copy file content to buffer
  -t	copy input text to buffer
  -p	primary buffer only
  -x	X clipboard only
  
Default is to copy text to both (primary buffer and clipboard).