{"id":45527379,"url":"https://github.com/claration/Copyboard","last_synced_at":"2026-03-08T03:01:14.313Z","repository":{"id":308098261,"uuid":"1010034699","full_name":"claration/Copyboard","owner":"claration","description":"Free and modern clipboard manager for macOS, geared towards ease-of-use.","archived":true,"fork":false,"pushed_at":"2025-09-30T01:25:31.000Z","size":16566,"stargazers_count":63,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-20T09:19:03.792Z","etag":null,"topics":["clipboard","clipboard-history","clipboard-manager","maccy","macos"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/claration.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["khcrysalis"]}},"created_at":"2025-06-28T07:47:31.000Z","updated_at":"2026-02-06T00:29:19.000Z","dependencies_parsed_at":"2025-09-29T10:22:52.924Z","dependency_job_id":null,"html_url":"https://github.com/claration/Copyboard","commit_stats":null,"previous_names":["khcrysalis/copyboard","claration/copyboard"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/claration/Copyboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claration%2FCopyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claration%2FCopyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claration%2FCopyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claration%2FCopyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claration","download_url":"https://codeload.github.com/claration/Copyboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claration%2FCopyboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30243530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["clipboard","clipboard-history","clipboard-manager","maccy","macos"],"created_at":"2026-02-23T00:00:47.545Z","updated_at":"2026-03-08T03:01:14.276Z","avatar_url":"https://github.com/claration.png","language":"Swift","readme":"# Copyboard\n\n[![GitHub Release](https://img.shields.io/github/v/release/khcrysalis/Copyboard?include_prereleases)](https://github.com/khcrysalis/Copyboard/releases)\n[![GitHub License](https://img.shields.io/github/license/khcrysalis/Copyboard?color=%23C96FAD)](https://github.com/khcrysalis/Copyboard/blob/main/LICENSE)\n[![Sponsor Me](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026color=%23fe8e86)](https://github.com/sponsors/khcrysalis)\n\n| ![Copyboard Demo](demo.gif) |\n| :-------------------------: |\n\nCopyboard is a free and modern clipboard manager for macOS, designed to be as friendly and powerful as possible. Supporting displaying various data formats, along with supporting keybinds for ease-of-use.\n\n### Features\n\n- User friendly and modern UI.\n- Supports displaying multiple formats, such as text, images, and file previews.\n- Drag and drop support.\n- You can blacklist applications from being saved.\n  - Also supports pausing paste saves for a custom duration.\n- Save pastes through restarts of the app, or periodically delete pastes.\n- Search through your pastes.\n- Supports keybinds, and a few custom ones for navigating the manager.\n\n## Download\n\nVisit [releases](https://github.com/khcrysalis/Copyboard/releases) and get the latest `.zip`.\n\n## Structure\n\nThe project is seperated in multiple modules, all serve single or multiple uses depending on their importance.\n\n| Module         | Description                                                                                                                      |\n| -------------- | -------------------------------------------------------------------------------------------------------------------------------- |\n| `Copyboard`    | Contains all the UI-related elements, including Settings, setting up the menubar, and initializing the monitors.                 |\n| `ClipKit`      | Handles all the storage management, monitoring, pausing, contains default ignored content along with handling the app blacklist. |\n| `DataTypesKit` | Provides a large list of supported clipboard data types, used by Copyboard to filter and display the proper content to the user. |\n| `MenuBarKit`   | Manages the menubar and displays the content window, with support for features like right-click actions and custom behavior.     |\n\n## Types\n\nSome clipboard items are always ignored by default to protect your privacy. Documented on [nspasteboard.org](https://nspasteboard.org/), certain types especially custom or app specific ones can contain sensitive information and should not be stored. By default, we automatically skip these types. We also always ignore some specific types related to Apple's remote clipboard and Copyboard itself.\n\nAlways Ignored Types:\n\n  - `Bundle.main.bundleIdentifier!`\n  - `com.apple.is-remote-clipboard`\n\nApps Types:\n\n  - `org.p0deje.Maccy`\n  - `com.agilebits.onepassword`\n  - `net.antelle.keeweb`\n\nTransient Types:\n\n  - `org.nspasteboard.TransientType`\n  - `de.petermaurer.TransientPasteboardType`\n  - `com.typeit4me.clipping`\n  - `org.nspasteboard.AutoGeneratedType`\n\nConcealed Types:\n\n  - `org.nspasteboard.ConcealedType`\n\nIf you maintain your own clipboard manager and want to ignore copies from Copyboard, you can put `thewonderofyou.Copyboard` in your type blacklist. This should avoid overlap.\n\n## Sponsors\n\n| Thanks to all my [sponsors](https://github.com/sponsors/khcrysalis)!! |\n|:-:|\n| \u003cimg src=\"https://raw.githubusercontent.com/khcrysalis/github-sponsor-graph/main/graph.png\"\u003e |\n| _**\"samara is cute\" - Vendicated**_ |\n\n## Acknowledgements\n\n- [Samara](https://github.com/khcrysalis) - The maker.\n- [llsc12](https://github.com/llsc12) - Logic for displaying data types, including making `DataTypesKit`.\n- [Paige](https://codeberg.org/paige) - App Icon.\n- [Vap0r1ze](https://github.com/Vap0r1ze) - Sound effects.\n- [FluidMenuBarExtra](https://github.com/lfroms/fluid-menu-bar-extra) - Code/Reference into making `MenuBarKit`.\n\n## License\n\nProject is licensed under the MIT license. You can see the full details of the license [here](https://github.com/khcrysalis/Copyboard/blob/main/LICENSE).\n","funding_links":["https://github.com/sponsors/khcrysalis","https://github.com/sponsors/khcrysalis)!!"],"categories":["Swift"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaration%2FCopyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaration%2FCopyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaration%2FCopyboard/lists"}