All Projects → patou → gitmoji-intellij-plugin

patou / gitmoji-intellij-plugin

Licence: Apache-2.0 license
Intellij plugin for add a button on the commit dialog to add gitmoji

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to gitmoji-intellij-plugin

intellij-blackconnect
IDEA plugin for using black[d] during Python development.
Stars: ✭ 55 (+57.14%)
Mutual labels:  intellij, intellij-plugin
ansible-vault-editor-idea-plugin
Ansible Vault Editor IntelliJ Plugin with auto encryption/decryption
Stars: ✭ 29 (-17.14%)
Mutual labels:  intellij, intellij-plugin
gradle-dependencies-plugins-helper-plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 33 (-5.71%)
Mutual labels:  intellij, intellij-plugin
SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (+40%)
Mutual labels:  intellij, intellij-plugin
CpuUsageIndicator
IntelliJ plugin https://plugins.jetbrains.com/plugin/8580?pr=idea
Stars: ✭ 19 (-45.71%)
Mutual labels:  intellij, intellij-plugin
reedelk-runtime
Reedelk Runtime Platform Community Edition
Stars: ✭ 25 (-28.57%)
Mutual labels:  intellij, intellij-plugin
TranslationPlugin
Translation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.
Stars: ✭ 9,375 (+26685.71%)
Mutual labels:  intellij, intellij-plugin
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (+237.14%)
Mutual labels:  intellij, intellij-plugin
AppleScript-IDEA
AppleScript support for IntelliJ IDEs
Stars: ✭ 21 (-40%)
Mutual labels:  intellij, intellij-plugin
JetBrainsCopilot
✈️ IDE plugin for the IntelliJ platform which adds GitHub Copilot support. (VERY WIP)
Stars: ✭ 155 (+342.86%)
Mutual labels:  intellij, intellij-plugin
intelliroutes
Support for Play Routes in IntelliJ IDEA
Stars: ✭ 21 (-40%)
Mutual labels:  intellij, intellij-plugin
cz-gitmoji
🔬😜 Commitizen adapter for gitmoji.
Stars: ✭ 25 (-28.57%)
Mutual labels:  emoji, gitmoji
getx-snippets-intelliJ
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 52 (+48.57%)
Mutual labels:  intellij, intellij-plugin
intellij-quarkus
IntelliJ Quarkus Tools
Stars: ✭ 83 (+137.14%)
Mutual labels:  intellij, intellij-plugin
DockDockBuild
Support for running UNIX Makefiles on a Docker container
Stars: ✭ 43 (+22.86%)
Mutual labels:  intellij, intellij-plugin
aem-intellij-plugin
IntelliJ Platform plugin for AEM (Adobe Experience Manager).
Stars: ✭ 26 (-25.71%)
Mutual labels:  intellij, intellij-plugin
yet-another-emoji-support
This is the IntelliJ plugin that supports inserting emoji in editor using content assist.
Stars: ✭ 30 (-14.29%)
Mutual labels:  emoji, intellij-plugin
BugKotlinDocument
Plugin for IntelliJ IDEA ┗😃┛ Android Studio ┗😃┛ CLion ┗😃┛ AppCode.
Stars: ✭ 29 (-17.14%)
Mutual labels:  intellij, intellij-plugin
idea-return-highlighter
Highlight return keywords.
Stars: ✭ 24 (-31.43%)
Mutual labels:  intellij, intellij-plugin
android-studio-plugin
Integrate your Android project with Crowdin
Stars: ✭ 52 (+48.57%)
Mutual labels:  intellij, intellij-plugin

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 :

  • Button near the Commit History Message allow to dispay the list of gitmoji
  • Option to use the code () or the unicode version ()
  • Insert or replace the gitmoji before the message (keep the git commit message)
  • Shortcut to open the list : ctrl alt g (or cmd alt g on mac)
  • Load the list of gitmoji on startup from the repos of gitmoji (fallback to a local list if error).

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

Button to add gitmoji List to choose gitmoji Config to use unicode instead text code Insert gitmoji unicode

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.

  • Import the project in IntelliJ.
  • Write your code
  • Use graddle tasks runIde to run and test the plugin

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].