# Everything Emoji An [Enlightenment](https://www.enlightenment.org/) Everything module to search and copy emoji to the clipboard. Type `:` followed by an emoji name (e.g. `:smile`, `:fire`, `:thumbs up`) to fuzzy-search through all Unicode emoji. Select one to copy it to your clipboard. ## Dependencies - Enlightenment (>= 0.27) - [Everything](https://github.com/OpenMandrivaAssociation/everything) module - Unicode emoji data (`emoji-test.txt`), typically provided by a package such as `unicode-data` or `unicode-emoji` ## Build & Install ```sh meson setup build ninja -C build sudo ninja -C build install ``` Then enable **Everything Emoji** in Enlightenment's module settings. ## Configuration - **Trigger**: `:` (configurable in Everything settings) - **Minimum query length**: 2 characters ## License See the [COPYING](COPYING) file.