Everything module to search and copy emoji
  • C 85.8%
  • Meson 14.2%
Find a file
Pierre-Olivier Mercier a9a1574344 Initial commit: Everything Emoji module
Enlightenment Everything plugin to search and copy emoji via the ':' trigger.
Parses Unicode emoji-test.txt at startup, with fuzzy matching and the built-in
clipboard action.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 15:09:47 +07:00
src Initial commit: Everything Emoji module 2026-04-11 15:09:47 +07:00
e-module.edc Initial commit: Everything Emoji module 2026-04-11 15:09:47 +07:00
LICENSE Initial commit: Everything Emoji module 2026-04-11 15:09:47 +07:00
meson.build Initial commit: Everything Emoji module 2026-04-11 15:09:47 +07:00
module.desktop Initial commit: Everything Emoji module 2026-04-11 15:09:47 +07:00
README.md Initial commit: Everything Emoji module 2026-04-11 15:09:47 +07:00

Everything Emoji

An Enlightenment 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 module
  • Unicode emoji data (emoji-test.txt), typically provided by a package such as unicode-data or unicode-emoji

Build & Install

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 file.