everything-emoji/e-module.edc
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

28 lines
493 B
Text

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;
}
}
}
}
}
}