Skip to content

techouse/alfred-gitmoji

Repository files navigation

Gitmoji Workflow for Alfred

GitHub release GitHub All Releases GitHub Gitmoji GitHub Sponsors

Search for Gitm:stuck_out_tongue_winking_eye:jis using Alfred.

demo

Installation

  1. Download the latest version
  2. Install the workflow by double-clicking the .alfredworkflow file
  3. 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 gm followed by your search query.

gm update

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

Modifier keys

  • return (↵): Copy the code of the selected gitmoji (e.g. :bug:) directly to your front-most application.
  • option+return (⌥↵): Copy the symbol of the selected emoji) (e.g. "🐛") to your clipboard.
  • ctrl+return (⌃↵): Copy the hexadecimal HTML Entity of the selected emoji) (e.g. &#x1f41b;) to your clipboard.
  • shift+return (⇧↵): Copy the Python source of the selected emoji) (e.g. u"\U0001F41B") to your clipboard.
  • shift+ctrl+return (⇧⌃↵): Copy the formal Unicode notation of the selected emoji) (e.g. U+1F41B) to your clipboard.
  • cmd+return (⌘↵): Copy the code of the selected emoji (e.g. :bug:) to your clipboard.

Notes

Kudos to leolabs/alfred-gitmoji for the initial inspiration.

The gitmoji index was built from carloscuesta/gitmoji. The displayed emoji images are from joypixels/emoji-assets. The lightning fast search is powered by Algolia using the same index as gimoji.dev.