Git Winch is true to its philosophy of handling data of all kinds. That means not just files. But also your clipboard activity. Inside Git Winch we have implemented a neat clipboard listener. It can listen to all the clipboard work that you do on the computer where Git Winch is running. So each time you copy (or cut) some piece of text it will queue it inside. This is kept as a text file named captures.txt and is kept in the application folder of Git Winch
Why?
Often we copy something … say an interesting link you were browsing … and you meant to paste it and use it somewhere, but you forgot. No worries. Git Winch has got your back.
What can be done here?
You can browse thru such clipboard texts from the special dialog that handles them. (You can open that dialog using a pop-up menu from the files listing). You can send some of the relevant texts to your Kanban group from there, if so needed. Thus you can convert it as a task for yourself or the rest of your office.
But if too many texts are collected, what happens?
You can change this setting in the gitwinch.ini file (in the application folder). Change value of pauseCapture to zero and next time onward it will be not collect such clipboard texts. However, a special hot-key: Ctrl+Shift+F7 will override the pause and send the clipboard captured text to the clipboard manager.
NOTE: Only texts are handled. Nothing else. Ah…yes, there is one special clipboard activity: If you did copy a filename from the Windows File Explorer; you can paste that into the file listing, and file will get copied to that folder.
What is the Clipboard Queue?
When Does Clipboard Capture Work?
Press `Ctrl+Shift+F7` to insert the current clipboard content into this Clipboard Manager inside Git Winch.
How to Use Clipboard Captures
How to pause Auto-Capture
Who Benefits?