{"id":13425973,"url":"https://github.com/jsumners/alfred-emoji","last_synced_at":"2025-04-13T00:46:16.377Z","repository":{"id":24375245,"uuid":"101334848","full_name":"jsumners/alfred-emoji","owner":"jsumners","description":"Alfred workflow for searching and copying emoji","archived":false,"fork":false,"pushed_at":"2025-02-14T11:39:13.000Z","size":2081,"stargazers_count":755,"open_issues_count":18,"forks_count":37,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-13T00:46:11.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsumners.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-08-24T20:24:39.000Z","updated_at":"2025-04-04T14:20:28.000Z","dependencies_parsed_at":"2024-02-10T14:46:36.006Z","dependency_job_id":null,"html_url":"https://github.com/jsumners/alfred-emoji","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsumners%2Falfred-emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsumners%2Falfred-emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsumners%2Falfred-emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsumners%2Falfred-emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsumners","download_url":"https://codeload.github.com/jsumners/alfred-emoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650432,"owners_count":21139672,"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":[],"created_at":"2024-07-31T00:01:23.269Z","updated_at":"2025-04-13T00:46:16.344Z","avatar_url":"https://github.com/jsumners.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others","Utility"],"sub_categories":[],"readme":"# alfred-emoji\n\n[![Build Status](https://travis-ci.org/jsumners/alfred-emoji.svg?branch=master)](https://travis-ci.org/jsumners/alfred-emoji)\n\nAn [Alfred workflow][alfred] that makes it easy to search for emoji and copy\nthem to the clipboard 🤘.\n\n![screenshot](images/screenshot.png)\n\n\u003e ## Note About Available Emoji\n\u003e\n\u003e The workflow is built against the latest available macOS within the GitHub\n\u003e continuous integration infrastructure. This means some emoji may be missing\n\u003e until the GitHub infrastructure is updated. It also means that some emoji\n\u003e may be present in the workflow that do not exist on your system if your\n\u003e system is running an earlier version of macOS.\n\u003e\n\u003e If this is not desired, follow the instructions below for generating the\n\u003e workflow on your own system.\n\n## Installing the Workflow\n\n[Download the provided Alfred workflow][releases].\n\nNotice: This workflow relies on JXA (JavaScript for Automation) that is built\ninto macOS.\n\n## Usage\n\n```\nemoji [query]\n```\n\nPress \u003ckbd\u003ereturn\u003c/kbd\u003e (↵): **Copy the symbol** of the selected emoji (e.g. 🤣) to\nyour clipboard.\n\nPress \u003ckbd\u003ealt\u003c/kbd\u003e+\u003ckbd\u003ereturn\u003c/kbd\u003e (⌥↵): **Copy the code** of the selected emoji)\n(e.g. `:rofl:`) to your clipboard.\n\nPress \u003ckbd\u003ectrl\u003c/kbd\u003e+\u003ckbd\u003ereturn\u003c/kbd\u003e (⌃↵): **Copy the codepoint** **of** the selected emoji)\n(e.g. `U+1F923`) to your clipboard.\n\nPress \u003ckbd\u003eshift\u003c/kbd\u003e+\u003ckbd\u003ereturn\u003c/kbd\u003e (⇧↵): **Copy the default symbol** of the selected emoji)\n(e.g. 🤣) to your clipboard without skin tone modifier.\n\nPress \u003ckbd\u003ecmd\u003c/kbd\u003e+\u003ckbd\u003ereturn\u003c/kbd\u003e (⌘↵): **Paste the symbol** of the selected\nemoji (e.g. 🤣) directly to your frontmost application.\n\n### Set skin tone\n\nTo change the emoji skin tone for supported emoji set the `skin_tone` environment variable in Alfred:\n\n![screenshot skin tone settings](images/screenshot-skin-tone-setting.png)\n\nOptions:\n- No value =\u003e 👍\n- `0` =\u003e 👍🏻\n- `1` =\u003e 👍🏼\n- `2` =\u003e 👍🏽\n- `3` =\u003e 👍🏾\n- `4` =\u003e 👍🏿\n- `random` =\u003e 👍🏻 | 👍🏼 | 👍🏽 | 👍🏾 | 👍🏿\n\nAfter setting skin tone you can still quickly copy the default emoji with the \u003ckbd\u003eshift\u003c/kbd\u003e modifier.\n\n## Automatic Updates\n\nThis workflow will automatically check for updates at most once per day. If a\nnew release is found, it automatically downloads and installs the latest\nversion of the workflow. All downloads come directly from official [GitHub\nreleases][releases].\n\n## Optional Hotkey and Snippet Triggers\n\nTrigger the workflow with either a custom hotkey or a custom snippet.\n\n## Building the Workflow\n\n1. Clone this repository\n2. `npm install`\n3. `npm run build`\n\nNote: Node.js \u003e= 20 is required.\n\n## Loading the Workflow into Alfred\n\n1. `npm run load`\n\n## Inspiration\n\nThis is based on the original work by [Carlos Galdino][carlos]. His project\nseems to be unmaintained (some emoji don't copy and some newer are missing).\nWhereas his project is based on the Ruby language, this one is based on\nJavaScript.\n\n## Other\n\n* [Associated Alfred Forum Post][alfredforum]\n* [Emoji Keyword Library][emojilib]\n\n## License\n\n[MIT License](http://jsumners.mit-license.org/)\n\n[alfred]: https://alfredapp.com/\n[carlos]: https://github.com/carlosgaldino/alfred-emoji-workflow/\n[releases]: https://github.com/jsumners/alfred-emoji/releases\n[alfredforum]: https://www.alfredforum.com/topic/11126-alfred-emoji-search-emojis-by-name-or-keyword/\n[emojilib]: https://github.com/muan/emojilib\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsumners%2Falfred-emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsumners%2Falfred-emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsumners%2Falfred-emoji/lists"}