EmojiList
A built-in emoji reference and search tool with a database of 390+ emoji. Search by keyword, browse by category, get random emoji, or see the most popular ones — all from the terminal. No external dependencies required.
Commands
| Command | Description |
|---|
| INLINECODE0 | Search emoji by name/keyword — matches against names and aliases (e.g. "fire", "heart", "cat") |
| INLINECODE1 |
List all emoji in a specific category with their names |
|
emojilist random [count] | Show random emoji (default: 5, max: 50) with names and categories |
|
emojilist popular | Top 25 most commonly used emoji worldwide, with usage context |
|
emojilist list | List all available categories with emoji count and sample preview |
Categories
| Category | Description |
|---|
| INLINECODE5 | Smileys, expressions, emotions (~67 emoji) |
| INLINECODE6 |
Hand signs, thumbs, pointing (~30 emoji) |
|
hearts | Hearts in all colors and styles (~17 emoji) |
|
animals | Animals, insects, sea creatures (~53 emoji) |
|
food | Food, drinks, fruits, meals (~70 emoji) |
|
nature | Plants, weather, celestial (~26 emoji) |
|
tech | Computers, devices, tools (~27 emoji) |
|
travel | Vehicles, buildings, places (~22 emoji) |
|
sports | Sports, games, trophies (~22 emoji) |
|
symbols | Signs, shapes, colors, marks (~41 emoji) |
|
flags | Country and specialty flags (~18 emoji) |
Requirements
- - Bash 4+ (uses arrays)
- Terminal with Unicode/emoji support
Examples
CODEBLOCK0
EmojiList
一个内置的表情符号参考与搜索工具,包含390多个表情符号的数据库。支持关键词搜索、按类别浏览、随机获取表情符号或查看最受欢迎的表情——全部在终端中完成。无需外部依赖。
命令
| 命令 | 描述 |
|---|
| emojilist search <关键词> | 按名称/关键词搜索表情符号——匹配名称和别名(例如火、心、猫) |
| emojilist category <名称> |
列出特定类别中的所有表情符号及其名称 |
| emojilist random [数量] | 显示随机表情符号(默认:5,最大:50),附带名称和类别 |
| emojilist popular | 全球最常用的25个表情符号,附带使用场景 |
| emojilist list | 列出所有可用类别,附带表情符号数量和示例预览 |
类别
| 类别 | 描述 |
|---|
| faces | 笑脸、表情、情绪(约67个表情符号) |
| gestures |
手势、点赞、指向(约30个表情符号) |
| hearts | 各种颜色和风格的心形(约17个表情符号) |
| animals | 动物、昆虫、海洋生物(约53个表情符号) |
| food | 食物、饮料、水果、餐点(约70个表情符号) |
| nature | 植物、天气、天体(约26个表情符号) |
| tech | 电脑、设备、工具(约27个表情符号) |
| travel | 交通工具、建筑、地点(约22个表情符号) |
| sports | 运动、游戏、奖杯(约22个表情符号) |
| symbols | 标志、形状、颜色、标记(约41个表情符号) |
| flags | 国家和特殊旗帜(约18个表情符号) |
要求
- - Bash 4+(使用数组)
- 支持Unicode/表情符号的终端
示例
bash
查找与火相关的表情符号
emojilist search fire
浏览所有动物表情符号
emojilist category animals
获取10个随机表情符号作为灵感
emojilist random 10
查看最受欢迎的表情符号
emojilist popular
一览所有类别
emojilist list