Update with cclip
This commit is contained in:
@@ -311,3 +311,10 @@ And part through environmental variables:
|
||||
**Encodes and decodes base64**
|
||||
|
||||
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...
|
1
sync
1
sync
@@ -7,3 +7,4 @@
|
||||
"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
|
1
sync2bin
1
sync2bin
@@ -6,3 +6,4 @@ 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"
|
Reference in New Issue
Block a user