{"id":32147166,"url":"https://github.com/mikkelam/emoji-ninja","last_synced_at":"2026-05-03T19:02:08.115Z","repository":{"id":303139007,"uuid":"1014209246","full_name":"mikkelam/Emoji-Ninja","owner":"mikkelam","description":"Fast emoji picker🥷💨","archived":false,"fork":false,"pushed_at":"2026-05-02T07:42:51.000Z","size":6122,"stargazers_count":31,"open_issues_count":3,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-02T09:48:49.861Z","etag":null,"topics":["apple","emoji","emoji-picker","macos","swift"],"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/mikkelam.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-05T09:04:47.000Z","updated_at":"2026-05-02T07:42:55.000Z","dependencies_parsed_at":"2025-07-05T23:24:05.077Z","dependency_job_id":"89d834e0-c252-4267-8bd6-d7286beca14f","html_url":"https://github.com/mikkelam/Emoji-Ninja","commit_stats":null,"previous_names":["mikkelam/emoji-ninja"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/mikkelam/Emoji-Ninja","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkelam%2FEmoji-Ninja","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkelam%2FEmoji-Ninja/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkelam%2FEmoji-Ninja/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkelam%2FEmoji-Ninja/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikkelam","download_url":"https://codeload.github.com/mikkelam/Emoji-Ninja/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkelam%2FEmoji-Ninja/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32581021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["apple","emoji","emoji-picker","macos","swift"],"created_at":"2025-10-21T08:51:28.416Z","updated_at":"2026-05-03T19:02:08.110Z","avatar_url":"https://github.com/mikkelam.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emoji Ninja 🥷\n[![Tests](https://github.com/mikkelam/Emoji-Ninja/actions/workflows/ci.yml/badge.svg)](https://github.com/mikkelam/Emoji-Ninja/actions/workflows/ci.yml)\n\nBecome the emoji master in any chat 🤙\n\nA performant macOS emoji picker. No fuss, just find emojis. Fast.\n\n![Screenshot](demo/screenshot.png)\n\n## Features\n\n- **Fast Search**: Find your favorite emoji with ease 🔍️\n- **Keyboard Navigation**: Arrow keys + Enter for selection ⌨️\n- **Smart Pop**: The window pops next to your cursor if you prefer to use your mouse 🖱️\n- **Skin Tone Support**: Choose from different skin tones 🌈\n- **Global Hotkey**: Quick access with `⌘⌃Space` 🔥🔑\n- **100% Offline**\n\nFree and open source. Forever.\n\n## Downloads\nPre-built application bundles can be downloaded from [GitHub Releases](https://github.com/mikkelam/emoji-ninja/releases/).\n\n**Installation:** Since the app is unsigned (keeping it free!), macOS will show a security warning on first launch.\n\n**To install:**\n1. Download and extract the app to Applications\n2. **Right-click** the app and select **\"Open\"**\n3. Click **\"Open\"** in the security dialog\n4. The app will now launch normally in the future\n\nThis is the standard process for many free Mac apps and only needs to be done once.\n\n**Troubleshooting:** If you get a \"damaged and can't be opened\" error instead, try either:\n\n**Option 1 - System Settings:**\nGo to System Settings → Privacy \u0026 Security → scroll down to find \"Emoji Ninja\" and click \"Open Anyway\"\n\n**Option 2 - Terminal command:**\n```bash\nxattr -d com.apple.quarantine \"/Applications/Emoji Ninja.app\"\n```\n\nBoth methods remove the quarantine flag that triggers the stronger security block. The app isn't actually damaged - this is just macOS being extra cautious with unsigned apps. This is needed because I don't pay the Apple developer tax.\n\n### Build from Source\n\n**Requirements:**\n- macOS 14.0+\n- Swift 6.0+\n- [mise](https://mise.jdx.dev/) for dev tooling\n\n**Setup:**\n```bash\nbrew install mise\nmise install\n```\n\n**Install to /Applications:**\n```bash\njust install\n```\n\n## Development\n\nThis project is CLI-first. The Xcode project is generated from [`project.yml`](project.yml) via XcodeGen.\n\n**Common commands:**\n- `just build`\n- `just test`\n- `just dev` (run app in foreground and keep stdout/stderr in terminal)\n- `just run` (open app)\n- `just install`\n\nRun `just --list` for the full command list.\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikkelam%2Femoji-ninja","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikkelam%2Femoji-ninja","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikkelam%2Femoji-ninja/lists"}