Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T05:43:26.000Z (3 months ago)
- Last Synced: 2024-10-19T14:21:56.950Z (26 days ago)
- Topics: alfred, alfred-workflow, algolia-search, commits, emoji, gitmojis, joypixels
- Language: Dart
- Homepage: https://gitmoji.dev
- Size: 2.14 MB
- Stars: 28
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Gitmoji Workflow for Alfred
![GitHub release](https://img.shields.io/github/release/techouse/alfred-gitmoji.svg)
![GitHub All Releases](https://img.shields.io/github/downloads/techouse/alfred-gitmoji/total.svg)
![GitHub](https://img.shields.io/github/license/techouse/alfred-gitmoji.svg)
[![Gitmoji](https://img.shields.io/badge/gitmoji-%20๐%20๐-FFDD67.svg?style=flat)](https://gitmoji.dev)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/techouse)](https://github.com/sponsors/techouse)Search for [Gitm:stuck_out_tongue_winking_eye:jis](https://gitmoji.dev) using [Alfred](https://www.alfredapp.com/).
![demo](demo.gif)
## 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).