/dea-utils

Primary LanguagePascal

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