Github releases are also the same version to the Mac App Store.
$ brew tap bigwig-club/brew
$ brew install bigwig-club/brew/ucopy --cask
$ brew uninstall bigwig-club/brew/ucopy --zap
- macOS 13 Ventura
- Xcode 14.1
- Swift 5.7.1
- Move to the project root directory
- Open uCopy.xcodeproj
- Run
- Fork this github project
- Create your branch via
git checkout -b my-new-feature
- Commit your changes
git add . & git ci -m "some feature"
- Push to git
git push origin my-new-feature
- Create a new PR
- 开机启动
- 手动绑定快捷键
- i18n
- tooltip 显示更多信息
- 图片/文件支持
- 扩充历史粘贴板数量(二级菜单)
- 自动清理超出的历史数据
- 引导页
- Snippet 排序功能 (由于 CoreData 没有类似 move(fromOffsets:toOffset:) 接口, 需要增加一个
order
字段, 根据此字段和创建日期进行排序)