syuchan1005 / GitPrefix

Git Emoji/Text Prefix Plugin in IntelliJ IDEA

Home Page:https://plugins.jetbrains.com/plugin/9725-gitprefix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎉 buy me a coffee! (go to paypal page)

GitPrefix

This can make 'Prefix Commit' easy.

IntelliJ Plugin Page

Getting Started

  1. Create GitPrefix File in your project root.
  2. Write prefix's you want to use.
  3. Commit!

.gitprefix file location can change in [File->Settings->Tools->GitPrefix]

.gitprefix sample

:bug:     BugFix
:lock:    SecurityFix // Comment
:recycle: Refactoring
:books:   Documentation

/* string prefix */
|fix:| BugFix
|doc:| Documentation

commit {
    :tada: test

    test {
        |aaa| test
    }
    ...test
}


merge {
    :art: test
    > test
}

tag {
    :+1: test
}

test {
    :tada: test
    |contruction| Working
}

UI

Editor
CommitMessage

Develop

How to use

$ git submodule update --init --recursive
$ ./gradlew sync
// write EmojiUpdate.json
$ ./gradlew updateEmoji

About

Git Emoji/Text Prefix Plugin in IntelliJ IDEA

https://plugins.jetbrains.com/plugin/9725-gitprefix

License:MIT License


Languages

Language:Kotlin 63.7%Language:Java 35.5%Language:Lex 0.8%