#terminal #emoji #search #find #cli

app emojifinder

The terminal based Emoji finder you've always needed

4 releases

0.2.2 May 24, 2022
0.2.1 May 2, 2022
0.2.0 May 2, 2022
0.1.0 Dec 16, 2019

#2905 in Command line utilities

MIT license

8MB
449 lines

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:

Dependencies

~24–36MB
~377K SLoC