emojifinder

Crates.ioemojifinder
lib.rsemojifinder
version0.2.2
sourcesrc
created_at2019-12-16 22:36:38.122099
updated_at2022-05-24 20:09:28.192607
descriptionThe terminal based Emoji finder you've always needed
homepagehttps://github.com/arraypad/emojifinder
repositoryhttps://github.com/arraypad/emojifinder
max_upload_size
id189860
size8,888,398
Arpad Ray (arraypad)

documentation

README

Emojifinder

Crates.io Continuous integration

The fuzzy searching terminal based Emoji finder you've always needed.

example

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

Repography logo / Recent activity Time period

Timeline graph Trending topics

License

Emojifinder is open source software, distributed under the MIT license.

This application contains:

Commit count: 55

cargo fmt