{"id":29757894,"url":"https://github.com/douxxtech/pickmycolor","last_synced_at":"2025-07-26T18:21:32.484Z","repository":{"id":300998702,"uuid":"1007840980","full_name":"douxxtech/pickmycolor","owner":"douxxtech","description":"A lightweight, cross-platform color picker desktop utility.","archived":false,"fork":false,"pushed_at":"2025-06-24T16:01:26.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-24T17:19:47.971Z","etag":null,"topics":["color","desktop","pickmycolor","utility"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/douxxtech.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":"2025-06-24T15:59:37.000Z","updated_at":"2025-06-24T16:02:54.000Z","dependencies_parsed_at":"2025-06-24T17:19:51.431Z","dependency_job_id":"59f5d737-9862-4763-9ca1-99359efe7a8f","html_url":"https://github.com/douxxtech/pickmycolor","commit_stats":null,"previous_names":["douxxtech/pickmycolor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/douxxtech/pickmycolor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douxxtech%2Fpickmycolor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douxxtech%2Fpickmycolor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douxxtech%2Fpickmycolor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douxxtech%2Fpickmycolor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/douxxtech","download_url":"https://codeload.github.com/douxxtech/pickmycolor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douxxtech%2Fpickmycolor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267206614,"owners_count":24052765,"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-26T02:00:08.937Z","response_time":62,"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":["color","desktop","pickmycolor","utility"],"created_at":"2025-07-26T18:21:28.770Z","updated_at":"2025-07-26T18:21:32.478Z","avatar_url":"https://github.com/douxxtech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pick My Color\r\n\r\nA **lightweight, cross-platform color picker desktop utility** built with Electron. Instantly pick any color on your screen using a global hotkey and get its HEX/RGB value copied to your clipboard — complete with a visual preview and magnification tool.\r\n\r\n---\r\n\r\n## Features\r\n\r\n* **Global Hotkey** (`Ctrl+Shift+C`) to start picking any color\r\n* **Magnifier Lens** to zoom into pixels around your cursor\r\n* **Live Preview** of the currently hovered color (HEX \u0026 RGB)\r\n* **Automatic Clipboard Copying** of selected color\r\n* **On-Screen Notification** after picking\r\n* **Cross-platform Support** (Windows, macOS, Linux)\r\n\r\n---\r\n\r\n## Getting Started\r\n\r\n### Prerequisites\r\n\r\n* [Node.js](https://nodejs.org/) \u003e= 14\r\n* [Git](https://git-scm.com/)\r\n* Electron CLI (`npm install -g electron`)\r\n\r\n### Installation\r\n\r\n```bash\r\ngit clone https://github.com/douxxtech/pickmycolor\r\ncd pickmycolor\r\nnpm install\r\n```\r\n\r\n### Run in Development\r\n\r\n```bash\r\nnpm start\r\n```\r\n\r\n### Build for Production\r\n\r\n```bash\r\nnpm run build\r\n```\r\n\r\nBuilt apps will be output in the `dist/` folder, using `electron-builder`.\r\n\r\n---\r\n\r\n## Usage\r\n\r\n* Launch the app. It will reside in the system tray.\r\n* Click on the tray icon or use the global shortcut `Ctrl+Shift+C` to activate the overlay.\r\n* Hover over any area of your screen to preview colors.\r\n* Click to select a color. Its HEX code will be copied to the clipboard, and a notification will appear.\r\n\r\n\u003e Right-click or press `Ctrl+Shift+C` to cancel picking.\r\n\r\n---\r\n\r\n## Packaging Targets\r\n\r\n| Platform | Target         |\r\n| -------- | -------------- |\r\n| Windows  | NSIS Installer |\r\n| macOS    | Native .app    |\r\n| Linux    | AppImage       |\r\n\r\nEdit `package.json \u003e build` for further customization.\r\n\r\n---\r\n\r\n## License\r\n\r\nLicensed under [NSDv1.0](LICENSE)\r\n\r\n---\r\n\r\n\u003ca align=\"center\" href=\"https://github.com/douxxtech\" target=\"_blank\"\u003e\r\n\u003cimg src=\"https://madeby.douxx.tech\"\u003e\u003c/img\u003e\r\n\u003c/a\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouxxtech%2Fpickmycolor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdouxxtech%2Fpickmycolor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouxxtech%2Fpickmycolor/lists"}