gh-emoji-cli
v1.3.0
Published
List and/or pick from valid github emojis
Readme
gh-emoji-cli
A simple command-line tool to browse, search, and pick GitHub emojis right from your terminal.
Installation
npm install -g gh-emoji-cliUsage
gh-emojiCommands
listList all available GitHub emojis.refreshRefresh the local emoji cache.get <emoji>Get the information about a given emoji shortcode.gh-emoji get rocket # => 🚀pickFuzzy-pick an emoji interactively using fzf.
Options
| Option | Description | Default |
| --------------- | ---------------------- | ------- |
| -c, --color | Print with colors | true |
| -e, --emoji | Print emoji glyphs | true |
| -v, --version | Display version number | — |
| -h, --help | Display help message | — |
Examples
# List all emojis
gh-emoji list
# Get a single emoji by shortcode
gh-emoji get :rocket:
# Pick an emoji interactively
gh-emoji pick
# Refresh emoji cache
gh-emoji refresh
# Get help for a specific command
gh-emoji get --helpLicense
MIT
