jsumners / alfred-emoji

Alfred workflow for searching and copying emoji
741 stars 32 forks source link

Gitmoji support #70

Closed vitkarpenko closed 2 years ago

vitkarpenko commented 2 years ago

Hey! Would it be too out of scope of a project to support gitmoji keywords? :) Like suggesting ⚡️ on queries "improve" and "perfomance". I could probably do it myself if it's appropriate, though I'm not well-versed in JS.

I do know that there are some other Alfred workflows for gitmojis, but I don't like them.

Probably it would be okay to enable this as a feature flag (variable) disabled by default.

jsumners commented 2 years ago

I am not familiar with those keywords. However, we do not maintain the keywords for each emoji. The keywords are defined by the Unicode spec and the packages we import provide the spec keywords.

vitkarpenko commented 2 years ago

Got it. Thank you!