diff --git a/README.md b/README.md index 7020d2c..cbe7c81 100644 --- a/README.md +++ b/README.md @@ -310,4 +310,11 @@ And part through environmental variables: ### [b64encode](https://git.site.quack-lab.dev/dave/b64encode) **Encodes and decodes base64** -That's it. Very small and simple tool \ No newline at end of file +That's it. Very small and simple tool + +### [cclip](https://git.site.quack-lab.dev/dave/cclip) +**Temporary clipboard history** + +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 diff --git a/cclip.exe b/cclip.exe new file mode 100644 index 0000000..a55c03d --- /dev/null +++ b/cclip.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cbe4665d96214e9f768f5346fc2a1140ce9331ba105dc7f1b5bef432ce073e +size 5266944 diff --git a/sync b/sync index d93c83f..17a5c69 100644 --- a/sync +++ b/sync @@ -6,4 +6,5 @@ "C:\Users\Administrator\Seafile\Projects-Go\GoProjects\autoruns\main.exe",autoruns.exe,t,t "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 \ No newline at end of file +"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 diff --git a/sync2bin b/sync2bin index 102ea43..3dde04f 100644 --- a/sync2bin +++ b/sync2bin @@ -5,4 +5,5 @@ 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" \ No newline at end of file +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