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.
- Host: GitHub
- URL: https://github.com/songquanpeng/emoji-cli
- Owner: songquanpeng
- Created: 2021-01-16T04:57:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T05:28:21.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T09:38:37.073Z (8 months ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)