This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hashtagcapture [2025/06/01 18:19] – cherin | hashtagcapture [2025/06/19 10:20] (current) – reshma | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Clipboard Capture ====== | + | {{: |
- | == What is the Clipboard Queue? | + | ==== Introduction ==== |
+ | |||
+ | |||
+ | //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 // | ||
+ | |||
+ | **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 // | ||
+ | |||
+ | **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?**\\ | ||
- The Clipboard Queue stores copied text in a **chronological list** for later use. | - The Clipboard Queue stores copied text in a **chronological list** for later use. | ||
- It **automatically** captures text copied from **any application** (e.g., chats, web pages, code snippets). | - It **automatically** captures text copied from **any application** (e.g., chats, web pages, code snippets). | ||
Line 7: | Line 24: | ||
- You can also create **Kanban cards** directly from captured text. | - You can also create **Kanban cards** directly from captured text. | ||
- | == When Does Clipboard Capture Work? == | + | **When Does Clipboard Capture Work?**\\ |
- | === Automatic Capture (Default) | + | ==Automatic Capture (Default)== |
- Every time you copy text on your system (using `Ctrl+C` or right-click → Copy). | - Every time you copy text on your system (using `Ctrl+C` or right-click → Copy). | ||
- To pause auto-capture, | - To pause auto-capture, | ||
- | === Manual Capture (Fallback) | + | == Manual Capture (Fallback) == |
- | - If auto-capture fails (e.g., in secure or restricted apps), use the **manual hotkey**: | + | - If auto-capture fails (e.g., in secure or restricted apps), or if you had paused the capture, use the **manual hotkey**: |
- | Press `Ctrl+Shift+F7` to insert the current clipboard content into Git Winch. | + | Press `Ctrl+Shift+F7` to insert the current clipboard content into this Clipboard Manager inside //Git Winch//. |
- | == How to Use Clipboard | + | **How to Use Clipboard |
- | === To Create a Kanban Card from Clipboard History === | + | |
- | | + | |
- | | + | |
- | | + | |
- | === To Pause Auto-Capture | + | **How to pause Auto-Capture** |
- While the **" | - While the **" | ||
+ | - If you want the clipboard capture system to be paused, change the // | ||
- | == Who Benefits? | + | **Who Benefits?**\\ |
* **Professionals**: | * **Professionals**: | ||
* **Teams**: Convert shared notes and copied content into tasks for easier collaboration. | * **Teams**: Convert shared notes and copied content into tasks for easier collaboration. | ||
Line 31: | Line 48: | ||
* **Programmers and power users**: Manage code snippets, logs, and notes system-wide, | * **Programmers and power users**: Manage code snippets, logs, and notes system-wide, | ||
- | == ⚠️ | + | ====⚠️ |
- | - If automatic capture doesn' | + | - If automatic capture doesn' |
- Clipboard history persists until you clear it — so nothing is lost accidentally. | - Clipboard history persists until you clear it — so nothing is lost accidentally. | ||
- | - Before exiting Git Winch, review your clipboard queue to organize any remaining items. | + | - Before exiting |
+ | - You can always edit the // | ||
+ | - Currently only text is captured. Not images. | ||
---- | ---- | ||
[[/ | [[/ |