πŸ“¦ techouse / alfred-emoji

This workflow allows you to quickly search for and copy emojis to your clipboard.

β˜… 5 stars β‘‚ 0 forks πŸ‘ 5 watching βš–οΈ MIT License
alfredalfred-workflowalgolia-searchemojijoypixels
πŸ“₯ Clone https://github.com/techouse/alfred-emoji.git
HTTPS git clone https://github.com/techouse/alfred-emoji.git
SSH git clone git@github.com:techouse/alfred-emoji.git
CLI gh repo clone techouse/alfred-emoji
Klemen TuΕ‘ar Klemen TuΕ‘ar :bookmark: release v1.2.0 9101103 1 years ago πŸ“ History
πŸ“‚ master View all commits β†’
πŸ“ .github
πŸ“ assets
πŸ“ bin
πŸ“ scripts
πŸ“„ .env.example
πŸ“„ .gitignore
πŸ“„ build.sh
πŸ“„ info.plist
πŸ“„ LICENSE
πŸ“„ Makefile
πŸ“„ pubspec.lock
πŸ“„ pubspec.yaml
πŸ“„ README.md
πŸ“„ README.md

Alfred Emoji Workflow

GitHub release GitHub All Releases GitHub

This workflow allows you to quickly search for and copy emoji to your clipboard.

Installation

  • Download the latest version
  • Install the workflow by double-clicking the .alfredworkflow file
  • 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.

Usage

Just type ej followed by your search query.

ej smile

Either press ⌘Y to Quick Look the result, or press <enter> copy it to your clipboard.

Modifier keys

  • return (↡): Copy the symbol of the selected emoji (e.g. "β˜•οΈ") directly to your front-most application.
  • option+return (βŒ₯↡): Copy the code of the selected emoji) (e.g. :coffee:) to your clipboard.
  • ctrl+return (βŒƒβ†΅): Copy the hexadecimal HTML Entity of the selected emoji) (e.g. &#x2615;) to your clipboard.
  • shift+return (⇧↡): Copy the Python source of the selected emoji) (e.g. u"\U0002615") to your clipboard.
  • shift+ctrl+return (β‡§βŒƒβ†΅): Copy the formal Unicode notation of the selected emoji) (e.g. U+2615) to your clipboard.
  • cmd+return (βŒ˜β†΅): Copy the symbol of the selected emoji (e.g. "β˜•οΈ") to your clipboard.

Set skin tone

To change the emoji skin tone of all the emojis that support it, configure the workflow. Possible values are:

  • no skin tone πŸ‘,
  • light skin tone πŸ‘πŸ»,
  • medium-light skin tone πŸ‘πŸΌ,
  • medium skin tone πŸ‘πŸ½,
  • medium-dark skin tone πŸ‘πŸΎ,
  • dark skin tone πŸ‘πŸΏ

Notes

Kudos to jsumners/alfred-emoji for the initial inspiration.

Emoji index built from i-Naji/emojis.

Displayed emoji images from joypixels/emoji-assets.

Lightning fast search is powered by Algolia.