An Alfred workflow that makes it easy to search for emoji and copy them to the clipboard 🤘.
Download the provided Alfred workflow.
Notice: This workflow relies on JXA (JavaScript for Automation) that is built into macOS.
emoji [query]
Press return (↵): Copy the symbol of the selected emoji (e.g. 🤣) to your clipboard.
Press alt+return (⌥↵): Copy the code of the selected emoji)
(e.g. :rofl:
) to your clipboard.
Press cmd+return (⌘↵): Paste the symbol of the selected emoji (e.g. 🤣) directly to your frontmost application.
This workflow will automatically check for updates at most once per day. If a new release is found, it automatically downloads and installs the latest version of the workflow. All downloads come directly from official GitHub releases.
Trigger the workflow with either a custom hotkey or a custom snippet.
- Clone this repository
npm install
npm run build
npm run load
This is based on the original work by Carlos Galdino. His project seems to be unmaintained (some emoji don't copy and some newer are missing). Whereas his project is based on the Ruby language, this one is based on JavaScript.