{"id":15717559,"url":"https://github.com/wflixu/icap","last_synced_at":"2025-07-22T18:33:51.560Z","repository":{"id":233645848,"uuid":"748571723","full_name":"wflixu/iCap","owner":"wflixu","description":"macOS screenshot  App Using ScreenCaptureKit","archived":false,"fork":false,"pushed_at":"2025-05-11T03:55:15.000Z","size":1388,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-11T04:25:24.701Z","etag":null,"topics":["macos","macos-app","screencapturekit","screenshot","snapshot","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wflixu.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,"zenodo":null}},"created_at":"2024-01-26T09:28:13.000Z","updated_at":"2025-05-11T03:55:19.000Z","dependencies_parsed_at":"2025-05-11T04:33:52.537Z","dependency_job_id":null,"html_url":"https://github.com/wflixu/iCap","commit_stats":null,"previous_names":["wflixu/icap"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wflixu/iCap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wflixu%2FiCap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wflixu%2FiCap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wflixu%2FiCap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wflixu%2FiCap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wflixu","download_url":"https://codeload.github.com/wflixu/iCap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wflixu%2FiCap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552647,"owners_count":23947181,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["macos","macos-app","screencapturekit","screenshot","snapshot","swiftui"],"created_at":"2024-10-03T21:50:30.181Z","updated_at":"2025-07-22T18:33:51.534Z","avatar_url":"https://github.com/wflixu.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![](iCap/Assets.xcassets/AppIcon.appiconset/icon_128x128.png)\n\n# iCap - macOS Screenshot Tool\n\n[![Swift 5.9](https://img.shields.io/badge/Swift-5.10-ED523F.svg?style=flat)](https://swift.org/) [![SwiftUI](https://img.shields.io/badge/SwiftUI-✓-orange)](https://developer.apple.com/xcode/swiftui/) [![macOS 15](https://img.shields.io/badge/macOS15-Compatible-green)](https://www.apple.com/macos/monterey/)\n\n[中文版](README_CN.md)\n\nA modern macOS screenshot application built with Swift 5.10, SwiftUI and ScreenCaptureKit.\n\n## Features\n\n- [x] Screenshot capture\n  - [x] Keyboard shortcut support\n  - [x] Screen area selection\n  - [ ] Window selection\n- [x] Image editing\n  - [x] Basic annotations\n  - [x] Crop and resize\n- [x] Saving options\n  - [x] Save to local\n  - [x] Copy to clipboard\n  - [x] Custom save locations\n- [x] UI Enhancements\n  - [x] Border shadow effects\n  - [ ] Customizable UI themes\n\n## Requirements\n\n- macOS 15 or later\n- Xcode 15+\n- Swift 5.10\n\n## Installation\n\n1. Download the latest release from [Releases](https://github.com/wflixu/iCap/releases)\n\n## preview\n![](public/images/preview.png)\n\n\n## Contributing\nContributions are welcome! Please submit a pull request or open an issue for any bugs or feature requests.\n\n## Feedback \u0026 Support\nIf you encounter any issues or have suggestions, please open an [issue](https://github.com/wflixu/iCap/issues) on GitHub.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n发布事件\n```swift\nCombineEventBus.shared.post(SaveAll(data: \"123456\"))\n```\n订阅事件\n\n```swift\nimport Combine\n\nvar cancellables = Set\u003cAnyCancellable\u003e()\n\nCombineEventBus.shared\n    .observe(SaveAll(data: \"123456\").self)\n    .receive(on: RunLoop.main)\n    .sink { event in\n        print(\"用户登录: \\(event.data)\")\n    }\n    .store(in: \u0026cancellables)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwflixu%2Ficap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwflixu%2Ficap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwflixu%2Ficap/lists"}