{"id":13468269,"url":"https://github.com/FaiChou/uCopy","last_synced_at":"2025-03-26T05:30:58.774Z","repository":{"id":63983598,"uuid":"568863756","full_name":"FaiChou/uCopy","owner":"FaiChou","description":"Yet Another Pasteboard Tool","archived":false,"fork":false,"pushed_at":"2023-11-14T02:43:49.000Z","size":3867,"stargazers_count":57,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-19T20:40:14.036Z","etag":null,"topics":["copypaste","macos","paste","pasteboard","pasteboard-manager","snippets","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FaiChou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-21T15:15:20.000Z","updated_at":"2025-02-07T14:49:01.000Z","dependencies_parsed_at":"2023-01-14T17:30:19.594Z","dependency_job_id":"ccdffc64-986a-4d15-9d43-89f8ba249406","html_url":"https://github.com/FaiChou/uCopy","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaiChou%2FuCopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaiChou%2FuCopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaiChou%2FuCopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaiChou%2FuCopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FaiChou","download_url":"https://codeload.github.com/FaiChou/uCopy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245597201,"owners_count":20641859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copypaste","macos","paste","pasteboard","pasteboard-manager","snippets","swiftui"],"created_at":"2024-07-31T15:01:07.923Z","updated_at":"2025-03-26T05:30:58.748Z","avatar_url":"https://github.com/FaiChou.png","language":"Swift","readme":"# uCopy macOS App -- Yet Another Pasteboard Tool\n\n\u003cdiv align=\"center\"\u003e\n\n![uCopy](https://github.com/FaiChou/uCopy/blob/main/uCopy/Assets.xcassets/AppIcon.appiconset/icon-256.png?raw=true)\n\n[![Build Status](https://app.travis-ci.com/FaiChou/uCopy.svg?branch=main)](https://app.travis-ci.com/FaiChou/uCopy)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/faichou/uCopy)](https://github.com/FaiChou/uCopy/releases)\n[![GitHub](https://img.shields.io/github/license/faichou/uCopy)](https://github.com/FaiChou/uCopy/blob/main/LICENSE)\n\n[![telegram](https://img.shields.io/badge/chat-Telegram-blueviolet?style=flat-square\u0026logo=Telegram)](https://t.me/faichou)\n[![twitter](https://img.shields.io/badge/follow-Tweet-blue?style=flat-square\u0026logo=Twitter)](https://twitter.com/FaiChou_zh)\n[![weibo](https://img.shields.io/badge/follow-Weibo-red?style=flat-square\u0026logo=sina-weibo)](https://weibo.com/u/2949335311)\n\n\u003c/div\u003e\n\n-----\n\n\n## How to install\n\n#### 1. Mac App Store\n\n[![mac app store](https://developer.apple.com/app-store/marketing/guidelines/images/badge-download-on-the-mac-app-store.svg)](https://apps.apple.com/cn/app/ucopy/id6444760480?l=en\u0026mt=12)\n\n\n#### 2. Download from github\n\nGithub [releases](https://github.com/FaiChou/uCopy/releases) are also the same version to the Mac App Store.\n\n\n#### 3. Homebrew\n\n\n##### install via brew\n\n```sh\n$ brew tap bigwig-club/brew\n$ brew install bigwig-club/brew/ucopy --cask\n```\n\n##### uninstall via brew\n\n\n```sh\n$ brew uninstall bigwig-club/brew/ucopy --zap\n```\n\n## Development\n\n#### Environment\n\n- macOS 13 Ventura\n- Xcode 14.1\n- Swift 5.7.1\n\n#### How to Run\n\n1. Move to the project root directory\n2. Open uCopy.xcodeproj\n3. Run\n\n#### Contribute\n\n1. Fork this github project\n2. Create your branch via `git checkout -b my-new-feature`\n3. Commit your changes `git add . \u0026 git ci -m \"some feature\"`\n4. Push to git `git push origin my-new-feature`\n5. Create a new PR\n\n\n\n## TODO \u0026 Features\n\n- [X] 开机启动\n- [x] 手动绑定快捷键\n- [x] i18n\n- [x] tooltip 显示更多信息\n- [x] 图片/文件支持\n- [x] 扩充历史粘贴板数量(二级菜单)\n- [x] 自动清理超出的历史数据\n- [x] 引导页\n- [x] Snippet 排序功能 (由于 CoreData 没有类似 [move(fromOffsets:toOffset:)](https://developer.apple.com/documentation/Swift/MutableCollection/move(fromOffsets:toOffset:)) 接口, 需要增加一个 `order` 字段, 根据此字段和创建日期进行排序)\n\n## Buy me a coffee ☕️\n\n- [支付宝](https://github.com/FaiChou/uCopy/blob/main/oss/ali.JPG?raw=true)\n- [微信](https://github.com/FaiChou/uCopy/blob/main/oss/wechat.JPG?raw=true)\n\n## Contact Me\n\n- [Email](mailto:faichou.zh@gmail.com)\n- [Telegram](https://t.me/faichou)\n- QQ: 95301527\n","funding_links":[],"categories":["Swift","Utilities"],"sub_categories":["Clipboard"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFaiChou%2FuCopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFaiChou%2FuCopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFaiChou%2FuCopy/lists"}