jeric-x/syncclipboard

跨平台剪贴板同步、历史记录管理工具 / Cross-platform cipboard syncing, history management tool

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 6 minutes ago
Added to GitGenius on September 13th, 2026
Created on May 14th, 2017
Open Issues & Pull Requests: 29 (+0)
GitHub issues: Enabled
Number of forks: 246
Total Stargazers: 5,020 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.5 hours
Mean response time: 9.8 days
90th percentile: 27.3 days
Tracked items: 207

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 7% of issues opened in the past year have never received a reply. 92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 84% of issues opened in the past year have been closed, leaving a working backlog. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 7
Closed in 7 days: 2
Avg open age: 152 days
Stale 30+ days: 16
Stale 90+ days: 9

Recent activity

Opened in 7 days: 7
Closed in 7 days: 2
Comments in 7 days: 17
Events in 7 days: 30

Top labels

  • bug report (81)
  • feature request (79)
  • release soon (53)
  • bug (46)
  • help wanted (4)
  • need more info (4)
  • good first issue (2)
  • no response (2)

Detailed Description

SyncClipboard is a cross-platform clipboard synchronization and history management tool that runs on Windows, macOS, and Linux.

The tool solves the problem of keeping clipboard contents synchronized across multiple devices and maintaining a searchable history of clipboard items. It works by syncing clipboard data through a server backend, which can be deployed as a standalone service, run inside a Docker container, or accessed through WebDAV or S3-compatible object storage. The project includes specialized handling for image clipboard content, allowing direct pasting of image files to the filesystem, downloading original images from browsers, and converting modern image formats to widely-compatible formats for pasting into text fields.

Developers should choose this tool if they work across multiple machines and want seamless clipboard sharing without manual intervention. It suits teams or individuals who need both real-time synchronization and the ability to access clipboard history. The project supports multiple deployment models: a built-in server mode for simpler setups, standalone server deployment for more complex networks, and integration with existing WebDAV or S3 infrastructure for organizations already using those systems. Mobile device support is available through third-party companion applications and automation tools rather than native mobile clients.

The project maintains active build automation with continuous integration checks. Development activity shows regular updates and issue tracking, with documented breaking changes between major versions requiring coordinated upgrades across all clients and servers in a synchronization network. The codebase is written in C# and depends on ASP.NET Core for server components.