https://github.com/l-super/qclipboard
A cross-platform clipboard tool
https://github.com/l-super/qclipboard
cpp qt
Last synced: 12 months ago
JSON representation
A cross-platform clipboard tool
- Host: GitHub
- URL: https://github.com/l-super/qclipboard
- Owner: L-Super
- Created: 2023-10-24T14:19:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T14:51:44.000Z (over 1 year ago)
- Last Synced: 2024-08-16T07:51:51.409Z (over 1 year ago)
- Topics: cpp, qt
- Language: C++
- Homepage:
- Size: 973 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QClipboard
[中文](README_zh.md)
## Overview
A cross-platform clipboard tool that allows selecting items from clipboard history to paste. It provides a convenient way to view clipboard history and quickly paste any previously copied content.

The global shortcut `Alt + V` can be used to display the clipboard.
## Features
- Cross-platform(Windows, Linux and ~~macOS~~)
- Quickly browse clipboard history items, including text and images
- View history from global hotkeys or system tray icon
- Delete items from history
## Building
```bash
git clone https://github.com/L-Super/QClipboard --recursive
cd QClipboard
cmake -B build
cmake --build build
```
## Todo
- [x] support image
- [ ] LAN shared clipboard
## Contributing
Contributions welcome - submit issues and pull requests.