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>
30 lines
852 B
Markdown
30 lines
852 B
Markdown
# 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.
|