Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l-super/qclipboard

A cross-platform clipboard tool
https://github.com/l-super/qclipboard

cpp qt

Last synced: 3 months ago
JSON representation

A cross-platform clipboard tool

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.

![screenshot](images/screenshot1.png)

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.