Skip to content

creekpld/gitmoji-menu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is not the Repo you are looking for! 👽

New development is taking place in gitlab.com/pdylong/gitmoji-menu 👌.

Gitmoji

An emoji guide for your commit messages.

This app is inspired by the similar one made by Meadow Cottage, but I felt like an Electron app was unnecessarily heavyweight, so I made my own, 100% native.

This one is smaller (437 KB vs 111 MB), faster and lightweight. You can also let it run at startup.

Windows version coming soon!

Screenshot

screenshot-light

screenshot-dark

Development

macOS

$ git clone https://github.com/kipters/gitmoji-menu.git
$ cd gitmoji-menu
$ open macOS/GitmojiWS.xcworkspace

Windows

coming soon!

Tools

The list is generated at runtime, starting from a JSON file. This JSON file is generated by a .NET Core tool (Tools\JsonBuilder);

This tools downloads the gitmoji.json and _vars.scss files from Carlos' repository (if not already present) and outputs a def.json file containing the original JSON properties (minus the entity) + the color, extracted from the SASS file.

An up-to-date def.json is included in the repository, so you don't have to install .NET Core to build it.

This tool also supports two arguments:

--fresh deletes the cached files and downloads them again

--format the output json will be indented

Support

Credit for creating Gitmoji goes to Carlos Cuesta. Thank you Carlos!

Also kudos to Meadow Cottage for making his app, without his I wouldn't have made this one!

If you want to propose new gitmojis, submit an issue on the official gitmoji repository.

If you want to submit a bug for this app feel free to open an issue, or even submit a pull request if you fixed one of the bugs!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 76.4%
  • C# 23.6%