#emoji #terminal #search #find #cli

app emojifinder

您一直需要的基于终端的 Emoji 查找器

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命令行工具

MIT 许可证

8MB
449

Emojifinder

Crates.io Continuous integration

您一直需要的基于模糊搜索的终端 Emoji 查找器。

example

安装

cargo安装 emojifinder

构建

该仓库是一个 Cargo 工作区,包含两个二进制包和一个提供公共核心的包。

  • builder 创建一个索引,并将其序列化和压缩到 finder/data/index.bin
  • finder 是由最终用户运行的客户端程序

要重新构建索引,您需要获取 SVG 和注释数据的子模块

gitsubmodule update --init --recursive

然后您可以构建索引

cargo运行 -pemojifinder-builder

并最终构建前端

cargo运行 --发布

Repography logo / 最近活动 时间段

Timeline graph Trending topics

许可证

Emojifinder 是开源软件,在 MIT 许可证 下分发。

此应用程序包含

依赖项

~24–37MB
~378K SLoC