4 个版本
0.2.2 | 2022年5月24日 |
---|---|
0.2.1 | 2022年5月2日 |
0.2.0 | 2022年5月2日 |
0.1.0 | 2019年12月16日 |
#2891 在 命令行工具
8MB
449 行
Emojifinder
您一直需要的基于模糊搜索的终端 Emoji 查找器。
安装
cargo安装 emojifinder
构建
该仓库是一个 Cargo 工作区,包含两个二进制包和一个提供公共核心的包。
- builder 创建一个索引,并将其序列化和压缩到
finder/data/index.bin
- finder 是由最终用户运行的客户端程序
要重新构建索引,您需要获取 SVG 和注释数据的子模块
gitsubmodule update --init --recursive
然后您可以构建索引
cargo运行 -pemojifinder-builder
并最终构建前端
cargo运行 --发布
/ 最近活动
许可证
Emojifinder 是开源软件,在 MIT 许可证 下分发。
此应用程序包含
- 来自 NotoColorEmoji 字体的 SVG 资产(版权属于 Google Inc.),在 Apache 许可证,版本 2.0 下分发。
- 来自 Unicode Common Locale Data Repository(版权属于 Unicode, Inc)的注释,在 Unicode 使用条款 下分发。
依赖项
~24–37MB
~378K SLoC