Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 133 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 133 Bytes

clipp

a simple clipboard for complicated times

clipp::copy("hello world");
assert_eq!(clipp::paste(), "hello world");