patou / gitmoji-intellij-plugin

Intellij plugin for add a button on the commit dialog to add gitmoji
https://plugins.jetbrains.com/plugin/12383-gitmoji/
Apache License 2.0
62 stars 16 forks source link
emoji gitmoji gitmoji-intellij-plugin hacktoberfest intellij intellij-plugin kotlin-extensions

Gitmoji Plus: Commit Button

Add a gitmoji emoticon in your commits to make them sexier! This plug-in will help you to choose and add the gitmoji, via a button in the Commit window, among a predefined list of emoticons coming from reference commit rules.

Features :

See the gitmoji website for have the list of Emoji and their signification.

Button to add gitmoji List to choose gitmoji Multiple configurations for the plugin Insert gitmoji unicode Display a gitmoji column Translate gitmoji in chinese

Installation

https://plugins.jetbrains.com/plugin/12383-gitmoji/

In IntelliJ, go to preference, then Plugins, and search Gitmoji by Patrice de Saint Steban. After install, and restart, you will have a button on the commit dialog.

Contrib

You can contrib by adding issues, or create pull request.

Translation

You can help to translate the emoji description in your language.

Publish plugin

First time, copy gradle.properties.sample to gradle.properties

Execute the publishPlugin gradle task

Inspiration plugin

This plugin was inspired from the plugin created by @biezhi : https://github.com/biezhi/gitmoji-plugin. Thanks for his works.