2 unstable releases
0.2.0 | May 2, 2022 |
---|---|
0.1.0 | Dec 13, 2019 |
#27 in #finder
17KB
272 lines
Emojifinder
The fuzzy searching terminal based Emoji finder you've always needed.
Installation
cargo install emojifinder
Building
This repo is a Cargo workspace containing two binary crates and a third providing a common core.
- builder creates an index which is serialised and compressed to
finder/data/index.bin
- finder is the frontend program run by the end user
To 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
/ Recent activity
License
Emojifinder is open source software, distributed under the MIT license.
This application contains:
- SVG assets from the NotoColorEmoji font (copyright Google Inc.) distributed under the Apache License, Version 2.0.
- Annotations from the Unicode Common Locale Data Repository (copyright Unicode, Inc) distributed under the Unicode Terms of Use.
Dependencies
~14–24MB
~325K SLoC