ecopastehub/ecopaste

🎉跨平台的剪贴板管理工具 | Cross-platform clipboard management tool

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 43 minutes ago
Added to GitGenius on September 8th, 2026
Created on May 31st, 2024
Open Issues & Pull Requests: 112 (+0)
GitHub issues: Enabled
Number of forks: 375
Total Stargazers: 7,375 (+0)
Total Subscribers: 22 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.3 hours
Mean response time: 23.0 days
90th percentile: 67.6 days
Tracked items: 480

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 19% of tracked open issues have had no activity in three months. Only 12% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 99
New in 7 days: 6
Closed in 7 days: 0
Avg open age: 237 days
Stale 30+ days: 81
Stale 90+ days: 42

Recent activity

Opened in 7 days: 5
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • type: feature request (232)
  • type: bug (231)
  • status: needs triage (212)
  • status: needs review (27)
  • platform: Linux (16)
  • platform: MacOS (5)
  • status: in progress (5)
  • platform: Windows (4)

Most active issues this week

Detailed Description

EcoPaste is a desktop clipboard manager that runs on macOS and Windows, built with Rust and Tauri.

The tool solves the problem of clipboard history management by capturing and organizing clipboard content locally on your machine. It records plain text, HTML, RTF, images, files, and folders, then makes them searchable and filterable through SQLite full-text search. The architecture places durable behavior in Rust while using React for the frontend interface, enabling fast performance and maintainability. The application includes native keyboard shortcuts, system tray integration, and a dedicated preview window for viewing captured content.

EcoPaste suits developers and power users who work frequently with clipboard content and want to retain a searchable history without relying on cloud services. The tool is particularly valuable for those handling sensitive information, as it can automatically skip high-confidence secrets like private keys, service tokens, and AWS credentials. It offers extensive customization options including capture order, size limits, retention policies, display density, and window behavior. The application supports organizing history through favorites, pinned items, notes, and custom groups. Backup functionality allows exporting and importing encrypted backup containers, keeping all data local to your machine.

The project shows consistent development activity with regular commits and ongoing refinement of features. The maintainers actively respond to issues and pull requests, indicating engagement with the user community. Documentation is well-maintained, including a detailed contribution guide covering development setup and architecture notes. The codebase demonstrates attention to code quality through established quality checks and contribution expectations.