{"id":15497683,"url":"https://github.com/techouse/alfred-emoji","last_synced_at":"2025-10-12T06:31:33.724Z","repository":{"id":96401732,"uuid":"579454441","full_name":"techouse/alfred-emoji","owner":"techouse","description":"This workflow allows you to quickly search for and copy emojis to your clipboard.","archived":true,"fork":false,"pushed_at":"2024-02-03T15:03:58.000Z","size":4223,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T14:21:53.524Z","etag":null,"topics":["alfred","alfred-workflow","algolia-search","emoji","joypixels"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/techouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"techouse"}},"created_at":"2022-12-17T18:49:58.000Z","updated_at":"2024-02-04T10:58:29.000Z","dependencies_parsed_at":"2023-11-22T22:31:18.717Z","dependency_job_id":"b45a2a54-022b-4888-8229-c6fa53214f49","html_url":"https://github.com/techouse/alfred-emoji","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techouse%2Falfred-emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techouse%2Falfred-emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techouse%2Falfred-emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techouse%2Falfred-emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techouse","download_url":"https://codeload.github.com/techouse/alfred-emoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236173175,"owners_count":19106897,"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","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":["alfred","alfred-workflow","algolia-search","emoji","joypixels"],"created_at":"2024-10-02T08:40:26.576Z","updated_at":"2025-10-12T06:31:28.451Z","avatar_url":"https://github.com/techouse.png","language":"Dart","funding_links":["https://github.com/sponsors/techouse"],"categories":[],"sub_categories":[],"readme":"# Alfred Emoji Workflow\n\n![GitHub release](https://img.shields.io/github/release/techouse/alfred-emoji.svg)\n![GitHub All Releases](https://img.shields.io/github/downloads/techouse/alfred-emoji/total.svg)\n![GitHub](https://img.shields.io/github/license/techouse/alfred-emoji.svg)\n\nThis workflow allows you to quickly search for and copy emoji to your clipboard.\n\n\u003cvideo src=\"https://user-images.githubusercontent.com/1174328/209026749-ab487a69-40b8-4123-9e42-dbd852b23c36.mp4\" type=\"video/mp4\" autoplay muted loop\u003e\u003c/video\u003e\n\n## Installation\n\n1. [Download the latest version](https://github.com/techouse/alfred-emoji/releases/latest)\n2. Install the workflow by double-clicking the `.alfredworkflow` file\n3. You can add the workflow to a category, then click \"Import\" to finish importing. You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.\n\n## Usage\n\nJust type `ej` followed by your search query.\n\n```\nej smile\n```\n\nEither press `⌘Y` to Quick Look the result, or press `\u003center\u003e` copy it to your clipboard.\n\n### Modifier keys\n\n- \u003ckbd\u003ereturn\u003c/kbd\u003e (↵): Copy the symbol of the selected emoji (e.g. \"☕️\") directly to your front-most application.\n- \u003ckbd\u003eoption+return\u003c/kbd\u003e (⌥↵): Copy the code of the selected emoji) (e.g. `:coffee:`) to your clipboard.\n- \u003ckbd\u003ectrl+return\u003c/kbd\u003e (⌃↵): Copy the hexadecimal HTML Entity of the selected emoji) (e.g. `\u0026#x2615;`) to your clipboard.\n- \u003ckbd\u003eshift+return\u003c/kbd\u003e (⇧↵): Copy the Python source of the selected emoji) (e.g. `u\"\\U0002615\"`) to your clipboard.\n- \u003ckbd\u003eshift+ctrl+return\u003c/kbd\u003e (⇧⌃↵): Copy the formal Unicode notation of the selected emoji) (e.g. `U+2615`) to your clipboard.\n- \u003ckbd\u003ecmd+return\u003c/kbd\u003e (⌘↵): Copy the symbol of the selected emoji (e.g. \"☕️\") to your clipboard.\n\n### Set skin tone\n\nTo change the emoji skin tone of all the emojis that support it, configure the workflow.\nPossible values are:\n\n- *no* skin tone 👍,\n- *light* skin tone 👍🏻,\n- *medium-light* skin tone 👍🏼,\n- *medium* skin tone 👍🏽,\n- *medium-dark* skin tone 👍🏾,\n- *dark* skin tone 👍🏿\n\n### Notes\n\nKudos to [jsumners/alfred-emoji](https://github.com/jsumners/alfred-emoji) for the initial inspiration.\n\nEmoji index built from [i-Naji/emojis](https://github.com/i-Naji/emojis).\n\nDisplayed emoji images from [joypixels/emoji-assets](https://github.com/joypixels/emoji-assets).\n\nLightning fast search is powered by [Algolia](https://www.algolia.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechouse%2Falfred-emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechouse%2Falfred-emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechouse%2Falfred-emoji/lists"}