{"id":49524375,"url":"https://github.com/rumi7911/clipspot","last_synced_at":"2026-05-02T02:01:15.890Z","repository":{"id":354895077,"uuid":"1223654828","full_name":"rumi7911/ClipSpot","owner":"rumi7911","description":"A native macOS clipboard manager for text, images, videos, and file references. ClipSpot keeps a fast, searchable, local-first clipboard archive in your menu bar.","archived":false,"fork":false,"pushed_at":"2026-04-30T18:29:50.000Z","size":2662,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T20:14:31.083Z","etag":null,"topics":["accessibility","copy-paste","macos","menu-bar","menubar-app","swift","utility"],"latest_commit_sha":null,"homepage":"https://clip-spot-website.vercel.app/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rumi7911.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-28T14:26:15.000Z","updated_at":"2026-04-30T18:29:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rumi7911/ClipSpot","commit_stats":null,"previous_names":["rumi7911/clipspot"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rumi7911/ClipSpot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumi7911%2FClipSpot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumi7911%2FClipSpot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumi7911%2FClipSpot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumi7911%2FClipSpot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumi7911","download_url":"https://codeload.github.com/rumi7911/ClipSpot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumi7911%2FClipSpot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32520156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["accessibility","copy-paste","macos","menu-bar","menubar-app","swift","utility"],"created_at":"2026-05-02T02:01:15.030Z","updated_at":"2026-05-02T02:01:15.849Z","avatar_url":"https://github.com/rumi7911.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClipSpot\n\nClipSpot is a native macOS clipboard manager built for fast, local-first workflows. It keeps a searchable archive of copied text, images, videos, and file references directly in your menu bar, without turning your clipboard history into a cloud product.\n\n![ClipSpot logo](assets/logo.png)\n\n## Why ClipSpot\n\nMost clipboard managers treat everything like plain text. ClipSpot is designed for modern Mac usage, where copied content often includes screenshots, images, videos, design assets, documents, and file references alongside text snippets.\n\nClipSpot focuses on:\n\n- Native macOS menu bar workflow\n- Local persistence with no cloud dependency\n- Type-aware clipboard history for text, images, videos, and files\n- Fast keyboard navigation and filtering\n- Clear handling for missing file references\n\n## Features\n\n- **Clipboard archive**\n  ClipSpot stores recent clipboard history locally so copied items stay easy to recover.\n\n- **Media-aware history**\n  Text, images, videos, and file references are recognized and grouped by content type.\n\n- **Real-time file reference behavior**\n  Media files are stored as live references, not duplicated into an internal library. If the original file is deleted or moved, ClipSpot surfaces that clearly.\n\n- **Keyboard-first usage**\n  Search, filter, move through visible results, and copy back from the keyboard without breaking flow.\n\n- **Finder integration**\n  File-based clips can be revealed directly in Finder.\n\n- **Local-first privacy**\n  Clipboard history remains on your Mac.\n\n## Download\n\nDownload the latest public installer here:\n\n[Download ClipSpot.dmg](https://github.com/rumi7911/ClipSpot/raw/main/downloads/ClipSpot.dmg)\n\n## Latest Update\n\nVersion `0.2.1` fixes the Settings button so it opens the dedicated preferences window reliably and refreshes the public installer.\n\n[Read release notes](CHANGELOG.md)\n\n## First Launch on macOS\n\nIf macOS blocks the app on first launch because of Gatekeeper or quarantine attributes, remove the quarantine flag with:\n\n```bash\nxattr -dr com.apple.quarantine /Applications/ClipSpot.app\n```\n\nRun that only after you have moved `ClipSpot.app` into `/Applications`.\n\n## Project Structure\n\n```text\nSources/ClipboardShelf/     Swift source for the macOS app\nTests/ClipboardShelfTests/  Unit tests\nassets/                     App branding assets\nscript/                     Local build and packaging scripts\n```\n\n## Development\n\n### Requirements\n\n- macOS\n- Xcode Command Line Tools or Xcode\n- Swift 6 toolchain compatible with the package\n\n### Run tests\n\n```bash\ncd /Users/rumipro/Documents/MacApps/ClipSpot\nDEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer \\\nCLANG_MODULE_CACHE_PATH=\"$PWD/.build/ModuleCache\" \\\nSWIFTPM_MODULECACHE_OVERRIDE=\"$PWD/.build/ModuleCache\" \\\nswift test --disable-sandbox\n```\n\n### Build the app bundle\n\n```bash\ncd /Users/rumipro/Documents/MacApps/ClipSpot\n./script/build_and_run.sh --bundle\n```\n\n### Package the DMG\n\n```bash\ncd /Users/rumipro/Documents/MacApps/ClipSpot\n./script/package_dmg.sh\n```\n\n## Notes\n\n- The repo tracks a public installer at `downloads/ClipSpot.dmg` for direct website downloads.\n- The packaging script contains a fallback path for environments where mounted DMG creation is restricted.\n\n## License\n\nThis project is available under a [personal-use-only, non-commercial license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumi7911%2Fclipspot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumi7911%2Fclipspot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumi7911%2Fclipspot/lists"}