| Crates.io | emojifinder |
| lib.rs | emojifinder |
| version | 0.2.2 |
| created_at | 2019-12-16 22:36:38.122099+00 |
| updated_at | 2022-05-24 20:09:28.192607+00 |
| description | The terminal based Emoji finder you've always needed |
| homepage | https://github.com/arraypad/emojifinder |
| repository | https://github.com/arraypad/emojifinder |
| max_upload_size | |
| id | 189860 |
| size | 8,888,398 |
The fuzzy searching terminal based Emoji finder you've always needed.

cargo install emojifinder
This repo is a Cargo workspace containing two binary crates and a third providing a common core.
finder/data/index.binTo rebuild the index you'll need to fetch the submodules for the SVGs and annotations data:
git submodule update --init --recursive
You can then build the index:
cargo run -p emojifinder-builder
and eventually the frontend:
cargo run --release
Emojifinder is open source software, distributed under the MIT license.
This application contains: