https://github.com/tushev/cliptool
A handy tool that displays the contents of your clipboard. Simple and straightforward. No more accidentally pasted wrong data.
https://github.com/tushev/cliptool
clipboard clipboard-management clipboard-manager
Last synced: 2 months ago
JSON representation
A handy tool that displays the contents of your clipboard. Simple and straightforward. No more accidentally pasted wrong data.
- Host: GitHub
- URL: https://github.com/tushev/cliptool
- Owner: tushev
- License: mit
- Created: 2021-03-31T09:59:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T16:24:48.000Z (over 3 years ago)
- Last Synced: 2024-12-28T09:42:41.630Z (4 months ago)
- Topics: clipboard, clipboard-management, clipboard-manager
- Language: C#
- Homepage:
- Size: 739 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cliptool / Clipboard Monitor Tool
[](https://github.com/tushev/cliptool/blob/master/LICENSE)


[](https://www.codefactor.io/repository/github/tushev/cliptool)[¹](#-license-mit)A handy tool that displays the contents of your clipboard. Simple and straightforward.

Always on top. Remembers its position.
Allows to clear the clipboard with one click. No more accidentally pasted private data - now you always see what's in your clipboard.## ✔ Usage
* [Download](https://github.com/tushev/cliptool/releases) or compile `ClipboardMonitor.exe`
* Create shortcut in `Startup Apps` if desired
* Run it & drag to the desired position⚠ Tested on Windows 10 20H2. May not work on Windows 10 Fall Creators Update (1709) and earlier (not tested).
## 🔐 Privacy
This little tool respects your privacy. Your clipboard contents are processed *on your local machine only* and are not logged, even locally.
All processing of received clipboard data happens in [src/ClipState.cs](src/ClipState.cs).It is always recommended to download the source code, check it and compile the app yourself.
## 🖥 Screenshots





###



## ⚖ License: MIT
```
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
[Full license text + acknowledgements](src/LICENSE.txt)📝 Codestyle notes
[](https://www.codefactor.io/repository/github/tushev/cliptool)
(`¹`) Please note that _blank-line related rules_ such as `The code must not contain multiple blank lines in a row.`, `A closing curly bracket must not be preceded by a blank line.`, `An opening curly bracket must not be followed by a blank line` etc **are disabled** in CodeFactor.