An open API service indexing awesome lists of open source software.

https://github.com/songquanpeng/emoji-cli

Emoji CLI makes you find proper emoji for git commit message easily.
https://github.com/songquanpeng/emoji-cli

Last synced: 4 months ago
JSON representation

Emoji CLI makes you find proper emoji for git commit message easily.

Awesome Lists containing this project

README

          

# Emoji CLI
## Description
1. Search emojis in your terminal.
2. Query github emoji shortcode for your git commit easily.

## Demo
```
PS D:\Project\Go\emoji> .\emoji-cli.exe 文档
📝 :memo:
📖 :book:
✏️ :pencil2:
PS D:\Project\Go\emoji>
```

## Installation
1. Download the executable file.
2. Add it to a path that in your PATH environment variable.
3. Make it runnable : `chmod u+x ./emoji`

## Usage
1. emoji description: search by description.
2. emoji -h: print help information.
3. emoji -u: update local database.

## Reference
1. [github/git-commit-emoji-cn](https://github.com/liuchengxu/git-commit-emoji-cn)
2. [gist/7360908](https://gist.github.com/rxaviers/7360908)
3. [github/emoji-cheat-sheet](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md)