Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 714 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 714 Bytes

Gitmoji Cheat Sheet

This is a little window build with electron that lists the emoji you should use in your commit messages, with a fuzzy search feature. I use exactly the same text and emoji from gitmoji.carloscuesta.me/.

There's still some stuff that can be improved, but here's how it looks for now:

Gitmoji cheat sheet with the search feature

Gitmoji cheat sheet: show window back up

Run

$ yarn global add electron # npm install -g electron
$ git clone https://github.com/math2001/gitmoji-cheat-sheet
$ cd gitmoji-cheat-sheet
$ yarn # npm install
$ electron .