https://github.com/techouse/alfred-gitmoji
Search for Gitmojis using Alfred
https://github.com/techouse/alfred-gitmoji
alfred alfred-workflow algolia-search commits emoji gitmojis joypixels
Last synced: about 2 months ago
JSON representation
Search for Gitmojis using Alfred
- Host: GitHub
- URL: https://github.com/techouse/alfred-gitmoji
- Owner: techouse
- License: mit
- Created: 2022-03-17T19:14:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T05:37:14.000Z (about 2 months ago)
- Last Synced: 2025-04-15T10:04:30.368Z (about 2 months ago)
- Topics: alfred, alfred-workflow, algolia-search, commits, emoji, gitmojis, joypixels
- Language: Dart
- Homepage: https://gitmoji.dev
- Size: 2.14 MB
- Stars: 28
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Gitmoji Workflow for Alfred



[](https://gitmoji.dev)
[](https://github.com/sponsors/techouse)Search for [Gitm:stuck_out_tongue_winking_eye:jis](https://gitmoji.dev) using [Alfred](https://www.alfredapp.com/).

## Installation
1. [Download the latest version](https://github.com/techouse/alfred-gitmoji/releases/latest)
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 `` 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. `๐`) 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](https://github.com/leolabs/alfred-gitmoji) for the initial inspiration.
The gitmoji index was built from [carloscuesta/gitmoji](https://github.com/carloscuesta/gitmoji). The displayed emoji images are from [joypixels/emoji-assets](https://github.com/joypixels/emoji-assets).
The lightning fast search is powered by [Algolia](https://www.algolia.com) using the _same_ index as [gimoji.dev](https://gitmoji.dev).