patrick-fu / GitmojiApp

A Gitmoji app for macOS, Linux, and Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitmojiApp

A Gitmoji app for macOS, Linux, and Windows.

macOS Linux Windows
macOS app screenshot Linux app screenshot Windows app screenshot

What is this

GitmojiApp is a simple desktop app that allows you to add a Gitmoji to your git commit messages.

Installation

Download

Download the latest prebuilt binary from Github release

Note that the macOS App is not notarized by Apple, so you should right click the "GitmojiApp.app" and select "Open" for the first time, then move it to your /Applications folder.

Or you can codesign it by yourself to make it a trusted app.

# Unzip the artifact and cd into the folder
$ codesign -dfs - ./GitmojiApp.app

Compile by yourself

# flutter v3.0.0 is required
$ flutter pub get

# On macOS
$ flutter build macos

# On Linux
$ flutter build linux

# On Windows
$ flutter build windows

Todo

  • Dark mode
  • Color theme
  • Localization
  • Tray mode
  • Font embedded

About

A Gitmoji app for macOS, Linux, and Windows.


Languages

Language:Dart 29.9%Language:C++ 28.5%Language:CMake 23.9%Language:Inno Setup 3.5%Language:Ruby 3.5%Language:HTML 2.4%Language:JavaScript 2.3%Language:Swift 2.2%Language:C 1.9%Language:Shell 1.7%Language:Kotlin 0.2%Language:Objective-C 0.0%