Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 353 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 353 Bytes

dea-utils

a few small utilites

Github All Releases

unclip

unclip - redirect clipboard to stout

example: output clipboard to file tmp.txt

unclip > tmp.txt
unclip utf8 > tmp.txt
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
Loading