# Moji An emoji fuzzy finder cli written in rust 🦀✨ This is a simple frontend to the [emoji](https://docs.rs/emoji/0.2.1/emoji/index.html) crate's fuzzy-find features. ## Demo ![](assets/demo.svg) ## Usage ```sh Moji 0.1 Syed Ahkam An emoji fuzzy finder cli written in rust 🦀✨ USAGE: moji [OPTIONS] [QUERY] ARGS: the emoji name as query OPTIONS: -c, --clipboard Add the chosen emoji to clipboard -h, --help Print help information -r, --raw Return results in raw text format -V, --version Print version information ```