πŸ“¦ techouse / alfred-gitmoji

Search for Gitmojis using Alfred

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

Gitmoji Workflow for Alfred

GitHub release GitHub All Releases GitHub Gitmoji GitHub Sponsors

Search for Gitm:stuckouttonguewinkingeye:jis using Alfred.

demo

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 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.