diff --git a/README.md b/README.md index cbe7c81..4d4397d 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ This repository contains a collection of personal tools I've developed to addres - [directory-deletor](#directory-deletor) 5. [Misc](#misc) - [b64encode](#b64encode) + - [cclip](#cclip) + - [image-transcoder](#image-transcoder) ## [File Management Tools](#file-management-tools) @@ -317,4 +319,23 @@ That's it. Very small and simple tool It simply "remembers" whatever you copied and relays it into the console. -The point of this program is to allow you to copy many entries from A to B without going between A and B every copy; ie you can copy N entries from A one by one (say links from a browser), tab into cclip and copy all N entries at once instead of copying an item from A, tabbing into B, pasting item, tabbing into A, getting the next... \ No newline at end of file +The point of this program is to allow you to copy many entries from A to B without going between A and B every copy; ie you can copy N entries from A one by one (say links from a browser), tab into cclip and copy all N entries at once instead of copying an item from A, tabbing into B, pasting item, tabbing into A, getting the next... + +### [image-transcoder](https://git.site.quack-lab.dev/dave/image-transcoder) +**Image transcoding** + +Very simple tool that transcodes between image formats + +Usage: +``` +$ itrans --help +Usage of itrans: + -quality int + Quality of the image (default 80) + -safe + Backs up the original before encoding (default true) + -to string + Extension to transcode to (default ".jpg") +``` + +Supports png, jpg, jpeg and webp \ No newline at end of file diff --git a/cclip.exe b/cclip.exe index 734a277..4a6886c 100644 --- a/cclip.exe +++ b/cclip.exe @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93fa45c9b5dda37bacbad6c72d637f890103b0fa9d2fe950b350b36e150c5f22 -size 5266432 +oid sha256:23ee39f0dd228ac032d0a5491d2f35f129c9050da3f1a4e8034b72a830f14550 +size 5263360 diff --git a/cln.exe b/cln.exe deleted file mode 120000 index 4ae9613..0000000 --- a/cln.exe +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0834fb0eabe844b9f1d5721808955dfa711e3962ee3b83613ebe3244d8bda863 -size 3149312 diff --git a/fiter.exe b/fiter.exe new file mode 100644 index 0000000..9a7023b --- /dev/null +++ b/fiter.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94611b4a906da2d1d59f579e9f437471124955f8f57c28265a80425caaa81a1 +size 2986496 diff --git a/itrans.exe b/itrans.exe new file mode 100644 index 0000000..0d26403 --- /dev/null +++ b/itrans.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd446a97a20d6cee33e09cba4c2086faa0a75a696804001e29f5d0722fe2150 +size 9007905 diff --git a/sync b/sync index 17a5c69..bb5682e 100644 --- a/sync +++ b/sync @@ -7,4 +7,5 @@ "C:\Users\Administrator\Seafile\Projects-Go\GoProjects\git-vc\main.exe",git-vc.exe,t,t "C:\Users\Administrator\Seafile\Projects-Go\GoProjects\lazygit-cleaner\lazygit-cleaner.exe",lazygit-cleaner.exe,t,t "C:\Users\Administrator\Seafile\Projects-Go\GoProjects\b64encode\b64encode.exe",b64encode.exe,t,t -"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\cclip\cclip.exe",cclip.exe,t,t \ No newline at end of file +"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\cclip\cclip.exe",cclip.exe,t,t +"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\image-transcoder\image-transcoder.exe",itrans.exe,t,t \ No newline at end of file diff --git a/sync2bin b/sync2bin index 3dde04f..7f20604 100644 --- a/sync2bin +++ b/sync2bin @@ -1,9 +1,10 @@ -fiter.exe,"C:\Program Files\Git\usr\bin\fiter.exe" -fmoditer.exe,"C:\Program Files\Git\usr\bin\fmoditer.exe" -vsclean.exe,"C:\Program Files\Git\usr\bin\vsclean.exe" -cln.exe,"C:\Program Files\Git\usr\bin\cln.exe" -repo.exe,"C:\Program Files\Git\usr\bin\repo.exe" -autoruns.exe,"~\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Autoruns.exe" -autoruns.exe,"C:\Program Files\Git\usr\bin\Autoruns.exe" -lazygit-cleaner,"C:\Program Files\Git\usr\bin\lazygit-cleaner.exe" -cclip,"C:\Program Files\Git\usr\bin\cclip.exe" \ No newline at end of file +fiter.exe,"C:\Program Files\Git\usr\bin\fiter.exe",t +fmoditer.exe,"C:\Program Files\Git\usr\bin\fmoditer.exe",t +vsclean.exe,"C:\Program Files\Git\usr\bin\vsclean.exe",t +cln.exe,"C:\Program Files\Git\usr\bin\cln.exe",t +repo.exe,"C:\Program Files\Git\usr\bin\repo.exe",t +autoruns.exe,"~\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Autoruns.exe",t +autoruns.exe,"C:\Program Files\Git\usr\bin\autoruns.exe",t +lazygit-cleaner.exe,"C:\Program Files\Git\usr\bin\lgclean.exe",t +cclip.exe,"C:\Program Files\Git\usr\bin\cclip.exe",t +itrans.exe,"C:\Program Files\Git\usr\bin\itrans.exe",t \ No newline at end of file