https://github.com/FaiChou/uCopy
Yet Another Pasteboard Tool
https://github.com/FaiChou/uCopy
copypaste macos paste pasteboard pasteboard-manager snippets swiftui
Last synced: 25 days ago
JSON representation
Yet Another Pasteboard Tool
- Host: GitHub
- URL: https://github.com/FaiChou/uCopy
- Owner: FaiChou
- License: apache-2.0
- Created: 2022-11-21T15:15:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T02:43:49.000Z (over 1 year ago)
- Last Synced: 2025-03-19T20:40:14.036Z (about 1 month ago)
- Topics: copypaste, macos, paste, pasteboard, pasteboard-manager, snippets, swiftui
- Language: Swift
- Homepage:
- Size: 3.69 MB
- Stars: 57
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - uCopy
README
# uCopy macOS App -- Yet Another Pasteboard Tool

[](https://app.travis-ci.com/FaiChou/uCopy)
[](https://github.com/FaiChou/uCopy/releases)
[](https://github.com/FaiChou/uCopy/blob/main/LICENSE)[](https://t.me/faichou)
[](https://twitter.com/FaiChou_zh)
[](https://weibo.com/u/2949335311)-----
## How to install
#### 1. Mac App Store
[](https://apps.apple.com/cn/app/ucopy/id6444760480?l=en&mt=12)
#### 2. Download from github
Github [releases](https://github.com/FaiChou/uCopy/releases) are also the same version to the Mac App Store.
#### 3. Homebrew
##### install via brew
```sh
$ brew tap bigwig-club/brew
$ brew install bigwig-club/brew/ucopy --cask
```##### uninstall via brew
```sh
$ brew uninstall bigwig-club/brew/ucopy --zap
```## Development
#### Environment
- macOS 13 Ventura
- Xcode 14.1
- Swift 5.7.1#### How to Run
1. Move to the project root directory
2. Open uCopy.xcodeproj
3. Run#### Contribute
1. Fork this github project
2. Create your branch via `git checkout -b my-new-feature`
3. Commit your changes `git add . & git ci -m "some feature"`
4. Push to git `git push origin my-new-feature`
5. Create a new PR## TODO & Features
- [X] 开机启动
- [x] 手动绑定快捷键
- [x] i18n
- [x] tooltip 显示更多信息
- [x] 图片/文件支持
- [x] 扩充历史粘贴板数量(二级菜单)
- [x] 自动清理超出的历史数据
- [x] 引导页
- [x] Snippet 排序功能 (由于 CoreData 没有类似 [move(fromOffsets:toOffset:)](https://developer.apple.com/documentation/Swift/MutableCollection/move(fromOffsets:toOffset:)) 接口, 需要增加一个 `order` 字段, 根据此字段和创建日期进行排序)## Buy me a coffee ☕️
- [支付宝](https://github.com/FaiChou/uCopy/blob/main/oss/ali.JPG?raw=true)
- [微信](https://github.com/FaiChou/uCopy/blob/main/oss/wechat.JPG?raw=true)## Contact Me
- [Email](mailto:[email protected])
- [Telegram](https://t.me/faichou)
- QQ: 95301527