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>
This commit is contained in:
nemunaire 2026-04-11 15:09:47 +07:00
commit a9a1574344
7 changed files with 496 additions and 0 deletions

28
e-module.edc Normal file
View file

@ -0,0 +1,28 @@
collections
{
group
{
name: "icon";
max: 128 128;
parts
{
part
{
name: "image";
mouse_events: 0;
type: TEXT;
description
{
state: "default" 0.0;
color: 255 255 255 255;
text
{
text: "😀";
font: "Sans";
size: 64;
}
}
}
}
}
}