{"id":15497686,"url":"https://github.com/techouse/alfred-gitmoji","last_synced_at":"2026-04-02T16:28:06.147Z","repository":{"id":96401729,"uuid":"471111758","full_name":"techouse/alfred-gitmoji","owner":"techouse","description":"Search for Gitmojis using Alfred","archived":false,"fork":false,"pushed_at":"2026-03-28T09:29:29.000Z","size":2242,"stargazers_count":29,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-28T13:56:43.172Z","etag":null,"topics":["alfred","alfred-workflow","algolia-search","commits","emoji","gitmojis","joypixels"],"latest_commit_sha":null,"homepage":"https://gitmoji.dev","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"techouse","custom":["https://paypal.me/ktusar"]}},"created_at":"2022-03-17T19:14:47.000Z","updated_at":"2026-03-28T09:28:56.000Z","dependencies_parsed_at":"2023-11-22T23:29:44.676Z","dependency_job_id":"62a21f24-dde9-46c8-b8d1-3a065afe0b4a","html_url":"https://github.com/techouse/alfred-gitmoji","commit_stats":{"total_commits":90,"total_committers":3,"mean_commits":30.0,"dds":0.1777777777777778,"last_synced_commit":"84b9c9504b77bb0bfbd28c7e781ba62dfe839d97"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/techouse/alfred-gitmoji","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techouse%2Falfred-gitmoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techouse%2Falfred-gitmoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techouse%2Falfred-gitmoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techouse%2Falfred-gitmoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techouse","download_url":"https://codeload.github.com/techouse/alfred-gitmoji/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techouse%2Falfred-gitmoji/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31309904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alfred","alfred-workflow","algolia-search","commits","emoji","gitmojis","joypixels"],"created_at":"2024-10-02T08:40:27.344Z","updated_at":"2026-04-02T16:28:06.127Z","avatar_url":"https://github.com/techouse.png","language":"Dart","readme":"# Gitmoji Workflow for Alfred\n\n![GitHub release](https://img.shields.io/github/release/techouse/alfred-gitmoji.svg)\n![GitHub All Releases](https://img.shields.io/github/downloads/techouse/alfred-gitmoji/total.svg)\n![GitHub](https://img.shields.io/github/license/techouse/alfred-gitmoji.svg)\n[![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat)](https://gitmoji.dev)\n[![GitHub Sponsors](https://img.shields.io/github/sponsors/techouse)](https://github.com/sponsors/techouse)\n\n\nSearch for [Gitm:stuck_out_tongue_winking_eye:jis](https://gitmoji.dev) using [Alfred](https://www.alfredapp.com/).\n\n![demo](demo.gif)\n\n## Installation\n\n1. [Download the latest version](https://github.com/techouse/alfred-gitmoji/releases/latest)\n2. Install the workflow by double-clicking the `.alfredworkflow` file\n3. 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.\n\n## Usage\n\nJust type `gm` followed by your search query.\n\n```\ngm update\n```\n\nEither press `⌘Y` to Quick Look the result, or press `\u003center\u003e` copy it to your clipboard.\n\n### Modifier keys\n\n- \u003ckbd\u003ereturn\u003c/kbd\u003e (↵): Copy the code of the selected gitmoji (e.g. `:bug:`) directly to your front-most application.\n- \u003ckbd\u003eoption+return\u003c/kbd\u003e (⌥↵): Copy the symbol of the selected emoji) (e.g. \"🐛\") to your clipboard.\n- \u003ckbd\u003ectrl+return\u003c/kbd\u003e (⌃↵): Copy the hexadecimal HTML Entity of the selected emoji) (e.g. `\u0026#x1f41b;`) to your clipboard.\n- \u003ckbd\u003eshift+return\u003c/kbd\u003e (⇧↵): Copy the Python source of the selected emoji) (e.g. `u\"\\U0001F41B\"`) to your clipboard.\n- \u003ckbd\u003eshift+ctrl+return\u003c/kbd\u003e (⇧⌃↵): Copy the formal Unicode notation of the selected emoji) (e.g. `U+1F41B`) to your clipboard.\n- \u003ckbd\u003ecmd+return\u003c/kbd\u003e (⌘↵): Copy the code of the selected emoji (e.g. `:bug:`) to your clipboard.\n\n### Notes\n\nKudos to [leolabs/alfred-gitmoji](https://github.com/leolabs/alfred-gitmoji) for the initial inspiration.\n\nThe 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).\nThe lightning fast search is powered by [Algolia](https://www.algolia.com) using the _same_ index as [gimoji.dev](https://gitmoji.dev).\n","funding_links":["https://github.com/sponsors/techouse","https://paypal.me/ktusar"],"categories":["Miscellaneous"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechouse%2Falfred-gitmoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechouse%2Falfred-gitmoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechouse%2Falfred-gitmoji/lists"}