pdeffebach / ClipData.jl

Move data to and from the clipboard in Julia
https://pdeffebach.github.io/ClipData.jl/stable/
MIT License
82 stars 6 forks source link

Remove printing #23

Closed pdeffebach closed 2 years ago

pdeffebach commented 2 years ago

Fixes #21

I decided to just remove all printing. If the user wants to see the string, they can use returnstring and print the output.

pdeffebach commented 2 years ago

Thanks!