Skip to content

britonad/gmj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitMoji CLI in Go

Inspired by: https://github.com/carloscuesta/gitmoji-cli

A simple CLI util written in Go to eliminate searching manually through the list of codepoints, shortcodes, and rationale messages on https://gitmoji.dev/

Example

In order to install util invoke:

$ go install github.com/britonad/gmj@master

Or download binaries from release page corresponding to your OS.

You may do something like this when committing as well:

$ git commit -m "$(gmj -c memo) Update README"
$ git commit -m "$(gmj -c memo) $(gmj -u memo)"